mirror of
https://github.com/wekan/wekan.git
synced 2026-01-23 17:56:09 +01:00
Created Disable Password Login (markdown)
parent
84ce9726f7
commit
7dd1a2146c
1 changed files with 32 additions and 0 deletions
32
Disable-Password-Login.md
Normal file
32
Disable-Password-Login.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
## 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue