feat(forgejo): tighen signup.
This commit is contained in:
parent
08785922e8
commit
127940f7ea
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue