mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-10 05:48:34 +01:00
vps1: git: disable users on explore page
This commit is contained in:
parent
2de5791a30
commit
0395c9903e
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ in
|
||||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
|
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
|
||||||
};
|
};
|
||||||
|
"service.explore" = {
|
||||||
|
DISABLE_USERS_PAGE = true;
|
||||||
|
};
|
||||||
oauth2_client = {
|
oauth2_client = {
|
||||||
REGISTER_EMAIL_CONFIRM = false;
|
REGISTER_EMAIL_CONFIRM = false;
|
||||||
UPDATE_AVATAR = false;
|
UPDATE_AVATAR = false;
|
||||||
|
|
Loading…
Reference in a new issue