disable forgejo internal sign in
This commit is contained in:
parent
ac542840a0
commit
1b40da95a7
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_OPENID_SIGNIN = false;
|
||||
ENABLE_OPENID_SIGNUP = false;
|
||||
ENABLE_INTERNAL_SIGNIN = true;
|
||||
ENABLE_INTERNAL_SIGNIN = false;
|
||||
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