1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Clarify username change permissions for LDAP and SSO (#57582)

This commit is contained in:
Thomas Cole
2025-09-17 12:15:57 -07:00
committed by GitHub
parent 72dea2bc41
commit 7d47ea8e53

View File

@@ -9,7 +9,7 @@ topics:
- Accounts - Accounts
- Usernames - Usernames
shortTitle: Change username shortTitle: Change username
permissions: '{% ifversion ghec %}Users with personal accounts can change their username. Members of an {% data variables.enterprise.prodname_emu_enterprise %} cannot change their username.{% elsif ghes %}If your instance uses built-in authentication, you can change your username. If you sign in to {% data variables.location.product_location %} with LDAP credentials or single sign-on (SSO), only your local administrator can change your username.{% else %}Users with personal accounts can change their username.{% endif %}' permissions: '{% ifversion ghec %}Users with personal accounts can change their username. Members of an {% data variables.enterprise.prodname_emu_enterprise %} cannot change their username.{% elsif ghes %}If your instance uses built-in authentication or LDAP, you can change your username. If you sign in to {% data variables.location.product_location %} with single sign-on (SSO), only your local administrator can change your username.{% else %}Users with personal accounts can change their username.{% endif %}'
--- ---
## Prerequisites ## Prerequisites