vps1: git: disable users on explore page

This commit is contained in:
Lgmrszd 2024-05-19 04:06:12 +03:00
parent 2de5791a30
commit 0395c9903e
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -74,6 +74,9 @@ in
DEFAULT_KEEP_EMAIL_PRIVATE = true;
DEFAULT_ALLOW_CREATE_ORGANIZATION = false;
};
"service.explore" = {
DISABLE_USERS_PAGE = true;
};
oauth2_client = {
REGISTER_EMAIL_CONFIRM = false;
UPDATE_AVATAR = false;