enable internal sign in
This commit is contained in:
parent
36c28533de
commit
cfdff2f59f
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_OPENID_SIGNIN = false;
|
||||
ENABLE_OPENID_SIGNUP = false;
|
||||
ENABLE_INTERNAL_SIGNIN = false;
|
||||
ENABLE_INTERNAL_SIGNIN = true; # TODO: set false after migration complete
|
||||
SHOW_REGISTRATION_BUTTON = false;
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||
ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue