From d527654df3ff8ac404bd84135bf1e8631e9d93b1 Mon Sep 17 00:00:00 2001 From: thezzisu Date: Sat, 26 Oct 2024 03:33:01 +0000 Subject: [PATCH] Update docs for USER_DISABLED_FEATURES (#76) Update docs for this PR: https://github.com/go-gitea/gitea/pull/31959 Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/docs/pulls/76 Reviewed-by: Lunny Xiao Co-authored-by: thezzisu Co-committed-by: thezzisu --- docs/administration/config-cheat-sheet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/administration/config-cheat-sheet.md b/docs/administration/config-cheat-sheet.md index a4a91348..c076cac9 100644 --- a/docs/administration/config-cheat-sheet.md +++ b/docs/administration/config-cheat-sheet.md @@ -522,12 +522,16 @@ And the following unique queues: - `manage_gpg_keys`: User cannot configure gpg keys. - `manage_mfa`: a User cannot configure mfa devices. - `manage_credentials`: a user cannot configure emails, passwords, or openid + - `change_username`: a user cannot change their username + - `change_full_name`: a user cannot change their full name - `EXTERNAL_USER_DISABLE_FEATURES`: **_empty_**: Comma separated list of disabled features ONLY if the user has an external login type (eg. LDAP, Oauth, etc.), could be `deletion`, `manage_ssh_keys`, `manage_gpg_keys`, `manage_mfa`, `manage_credentials`. This setting is independent from `USER_DISABLED_FEATURES` and supplements its behavior. - `deletion`: User cannot delete their own account. - `manage_ssh_keys`: User cannot configure ssh keys. - `manage_gpg_keys`: User cannot configure gpg keys. - `manage_mfa`: a User cannot configure mfa devices. - `manage_credentials`: a user cannot configure emails, passwords, or openid + - `change_username`: a user cannot change their username + - `change_full_name`: a user cannot change their full name ## Security (`security`)