renge/gitea: Switch to manual user confirmation

There was too much spam registration going on.
23.11
Simon Bruder 2023-10-13 20:23:54 +02:00
parent 95ae4c03c4
commit a884f11f69
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ in
DEFAULT_KEEP_EMAIL_PRIVATE = true;
ENABLE_NOTIFY_MAIL = true;
NO_REPLY_ADDRESS = "users.git.sbruder.de";
REGISTER_EMAIL_CONFIRM = true;
REGISTER_MANUAL_CONFIRM = true;
};
session = {
PROVIDER = "file";