feat(forgejo): tighen signup.

This commit is contained in:
CronyAkatsuki 2025-10-14 22:39:57 +02:00
parent 08785922e8
commit 127940f7ea

View file

@ -5,6 +5,11 @@
session = {
COOKIE_SECURE = true;
};
service = {
REGISTER_MANUAL_CONFIRM = true;
ENABLE_CAPTCHA = true;
REQUIRE_CAPTCHA_FOR_LOGIN = true;
};
server = {
ROOT_URL = "https://git.cronyakatsuki.xyz";
HTTP_ADDR = "127.0.0.1";