forgejo: only allow registration through oidc providers
This commit is contained in:
parent
d6a7a1fc53
commit
26b050c9fc
1 changed files with 6 additions and 1 deletions
|
|
@ -17,7 +17,12 @@
|
|||
HTTP_PORT = 3000;
|
||||
};
|
||||
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||
SHOW_REGISTRATION_BUTTON = false;
|
||||
ENABLE_PASSWORD_SIGNIN_FORM = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue