forked from nico/dots
forgejo: allow registration
previously registration was blocked (even with external providers) as DISABLE_REGISTRATION was enabled. now users can only register through oidc.
This commit is contained in:
parent
0328bd5fbd
commit
5438cc0d76
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
||||||
security.REVERSE_PROXY_TRUSTED_PROXIES = "127.0.0.0/8,::1/128";
|
security.REVERSE_PROXY_TRUSTED_PROXIES = "127.0.0.0/8,::1/128";
|
||||||
|
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
|
||||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
SHOW_REGISTRATION_BUTTON = false;
|
SHOW_REGISTRATION_BUTTON = false;
|
||||||
ENABLE_PASSWORD_SIGNIN_FORM = false;
|
ENABLE_PASSWORD_SIGNIN_FORM = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue