From bdb50afcc0e73faa30b4117933ea3cabca0a09e2 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 30 Apr 2020 05:21:33 -0500 Subject: [PATCH] Actually do what the last commit message tried to do --- roles/gitea/templates/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gitea/templates/app.ini b/roles/gitea/templates/app.ini index 4924e83..4c46852 100644 --- a/roles/gitea/templates/app.ini +++ b/roles/gitea/templates/app.ini @@ -456,7 +456,7 @@ DEFAULT_EMAIL_NOTIFICATIONS = enabled [security] ; Whether the installer is disabled -INSTALL_LOCK = false +INSTALL_LOCK = true ; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!! SECRET_KEY = {{ gitea_secret_key }} ; How long to remember that a user is logged in before requiring relogin (in days)