feat(forgejo): disable sign ups
Gotta add some "mail this place to sign up" instead.
This commit is contained in:
parent
e6272ebca0
commit
06360e6e37
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
};
|
||||
|
||||
service = {
|
||||
REGISTER_MANUAL_CONFIRM = true;
|
||||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue