disable manage password, delete acc for forgejo

This commit is contained in:
Henry Hiles 2026-05-26 11:25:19 -04:00
commit e8afce0c8e
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -30,6 +30,8 @@
DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "github";
}; };
admin.USER_DISABLED_FEATURE = "manage_password,deletion";
server = { server = {
DOMAIN = domain; DOMAIN = domain;
ROOT_URL = "https://${domain}"; ROOT_URL = "https://${domain}";