Configurable default registration (#733)

* Configurable default registration

* Remove unneeded if branch
This commit is contained in:
shawn-higgins1
2019-08-14 10:11:01 -04:00
committed by Jesus Federico
parent 853e712a43
commit 1256554ce6
3 changed files with 17 additions and 1 deletions

View File

@ -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