git: disable internal login, to force login via SSO
This commit is contained in:
parent
dabaf18dc3
commit
7c13dd1e35
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
|
ENABLE_INTERNAL_SIGNIN = false;
|
||||||
DEFAULT_USER_VISIBILITY = "limited";
|
DEFAULT_USER_VISIBILITY = "limited";
|
||||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||||
ENABLE_BASIC_AUTHENTICATION = false;
|
ENABLE_BASIC_AUTHENTICATION = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue