mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
Enable user registration by setting DISABLE_REGISTRATION to false in docker-compose.yml
This commit is contained in:
parent
db70eba2a3
commit
e7b2458d70
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ services:
|
|||
- LDAP_BACKGROUND_SYNC_INTERVAL=''
|
||||
- ACCOUNTS_LOCKOUT_UNKNOWN_USERS=false
|
||||
- ACCOUNTS_REGISTRATION_VERIFY_EMAIL=false
|
||||
- DISABLE_REGISTRATION=false
|
||||
depends_on:
|
||||
- wekandb
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue