Fix condition

This commit is contained in:
Philippe Caseiro 2015-05-26 15:40:49 +02:00
parent 32e427b6f9
commit 47d56e2fbd
1 changed files with 1 additions and 1 deletions

View File

@ -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