renge/gitea: Switch to manual user confirmation

There was too much spam registration going on.
This commit is contained in:
Simon Bruder 2023-10-13 20:23:54 +02:00
parent 95ae4c03c4
commit a884f11f69
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

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";