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 = {
|
session = {
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
};
|
};
|
||||||
|
service = {
|
||||||
|
REGISTER_MANUAL_CONFIRM = true;
|
||||||
|
ENABLE_CAPTCHA = true;
|
||||||
|
REQUIRE_CAPTCHA_FOR_LOGIN = true;
|
||||||
|
};
|
||||||
server = {
|
server = {
|
||||||
ROOT_URL = "https://git.cronyakatsuki.xyz";
|
ROOT_URL = "https://git.cronyakatsuki.xyz";
|
||||||
HTTP_ADDR = "127.0.0.1";
|
HTTP_ADDR = "127.0.0.1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue