The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/Login/Disable-Password-Login.md

706 B

Description

At login screen, do not show password login. Only show login button (OAuth2, LDAP, etc).

Snap

sudo snap set wekan password-login-enabled='false'

https://github.com/wekan/wekan/blob/main/snap-src/bin/wekan-help#L614

Docker

- PASSWORD_LOGIN_ENABLED=false

https://github.com/wekan/wekan/blob/main/docker-compose.yml#L693

Windows On-Premise

https://github.com/wekan/wekan/wiki/Offline

SET PASSWORD_LOGIN_ENABLED=false

https://github.com/wekan/wekan/blob/main/start-wekan.bat#L467

Linux On-Premise

https://github.com/wekan/wekan/wiki/Raspberry-Pi

export PASSWORD_LOGIN_ENABLED=false

https://github.com/wekan/wekan/blob/main/start-wekan.sh#L529