diff options
author | Bryan Johnson <bryan.johnson2@td.com> | 2014-04-21 18:03:04 -0400 |
---|---|---|
committer | Bryan Johnson <bryan.johnson2@td.com> | 2014-04-21 18:03:04 -0400 |
commit | 34d18a19a3cd2d16c03594ea9e1c3f423cb55687 (patch) | |
tree | 5d9855c0e8afd97d1d3f141576be1045b789161a /conf/app.ini | |
parent | de01f814892666298d24f79f769a7c0766119c87 (diff) | |
download | gitea-34d18a19a3cd2d16c03594ea9e1c3f423cb55687.tar.gz gitea-34d18a19a3cd2d16c03594ea9e1c3f423cb55687.zip |
Minor grammatical fix for Disable Registration feature
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 7dbbf60053..25fd41091f 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -53,7 +53,7 @@ RESET_PASSWD_CODE_LIVE_MINUTES = 180 ; User need to confirm e-mail for registration REGISTER_EMAIL_CONFIRM = false ; Does not allow register and admin create account only -DISENABLE_REGISTERATION = false +DISABLE_REGISTRATION = false ; User must sign in to view anything. REQUIRE_SIGNIN_VIEW = false ; Cache avatar as picture |