forked from External/greenlight
Configurable default registration (#733)
* Configurable default registration * Remove unneeded if branch
This commit is contained in:
committed by
Jesus Federico
parent
853e712a43
commit
1256554ce6
@ -202,3 +202,11 @@ MAINTENANCE_MODE=false
|
||||
# DB_NAME=greenlight_production
|
||||
# DB_USERNAME=postgres
|
||||
# DB_PASSWORD=password
|
||||
|
||||
# Specify the default registration to be used by Greenlight until an administrator sets the
|
||||
# registration method
|
||||
# Allowed values are:
|
||||
# open - For open registration
|
||||
# invite - For invite only registration
|
||||
# approval - For approve/decline registration
|
||||
DEFAULT_REGISTRATION=open
|
||||
|
Reference in New Issue
Block a user