Disable Forgejo local password sign-in
This commit is contained in:
parent
3332bf5c53
commit
72b7f1467b
2 changed files with 4 additions and 0 deletions
|
|
@ -203,6 +203,9 @@ in
|
|||
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_INTERNAL_SIGNIN = false;
|
||||
ENABLE_BASIC_AUTHENTICATION = false;
|
||||
SHOW_REGISTRATION_BUTTON = false;
|
||||
REQUIRE_SIGNIN_VIEW = false;
|
||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
|
||||
ENABLE_NOTIFY_MAIL = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue