diff --git a/tmpl/gogs.conf b/tmpl/gogs.conf index 22656cb..a2b0d86 100644 --- a/tmpl/gogs.conf +++ b/tmpl/gogs.conf @@ -76,7 +76,7 @@ ACTIVE_CODE_LIVE_MINUTES = 180 RESET_PASSWD_CODE_LIVE_MINUTES = 180 ; User need to confirm e-mail for registration REGISTER_EMAIL_CONFIRM = false -%if %%getVar('gogs_registration','non') == 'non' +%if %%getVar('gogs_registration','non') == 'oui' ; Does not allow register and admin create account only DISABLE_REGISTRATION = false %else