renge/gitea: Switch to manual user confirmation
There was too much spam registration going on.
This commit is contained in:
parent
95ae4c03c4
commit
a884f11f69
|
@ -49,7 +49,7 @@ in
|
||||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||||
ENABLE_NOTIFY_MAIL = true;
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
NO_REPLY_ADDRESS = "users.git.sbruder.de";
|
NO_REPLY_ADDRESS = "users.git.sbruder.de";
|
||||||
REGISTER_EMAIL_CONFIRM = true;
|
REGISTER_MANUAL_CONFIRM = true;
|
||||||
};
|
};
|
||||||
session = {
|
session = {
|
||||||
PROVIDER = "file";
|
PROVIDER = "file";
|
||||||
|
|
Loading…
Reference in a new issue