Note: If you sign into votre instance GitHub Enterprise Server with LDAP credentials or single sign-on (SSO), only your local administrator can change your username. For more information about authentication methods for GitHub Enterprise Server, see "Gestion d’IAM pour votre entreprise."
About username changes
You can change your username to another username that is not currently in use.
After changing your username, your old username becomes available for anyone else to claim. Most references to your repositories under the old username automatically change to the new username. However, some links to your profile won't automatically redirect.
GitHub Enterprise Server cannot set up redirects for:
Si l’espace de noms du compte inclut des packages ou des images conteneur stockées dans un registre GitHub Packages, GitHub transfère les packages et les images conteneur vers le nouvel espace de noms. En renommant votre compte, vous pouvez perturber des projets qui dépendent de ces packages.
Repository references
After you change your username, GitHub Enterprise Server will automatically redirect references to your repositories.
- Web links to your existing repositories will continue to work. This can take a few minutes to complete after you make the change.
- Command line pushes from your local repository clones to the old remote tracking URLs will continue to work.
If the new owner of your old username creates a repository with the same name as your repository, that will override the redirect entry and your redirect will stop working. Because of this possibility, we recommend you update all existing remote repository URLs after changing your username. For more information, see "Création de dépôt distants."
Links to your previous profile page
After changing your username, links to your previous profile page, such as https://[hostname]/previoususername
, will return a 404 error. We recommend updating any links to your account on votre instance GitHub Enterprise Server from elsewhere.
Your Git commits
If your Git commits are associated with another email address you've added to your GitHub account, they'll continue to be attributed to you and appear in your contributions graph after you've changed your username. For more information on setting your email address, see "Définition de votre adresse e-mail de commit" and "Ajout d’une adresse e-mail à votre compte GitHub."
Warnings:
- After a username change, verified commits signed using the previous GitHub Enterprise Server-provided
noreply
email address will lose their "Verified" status. - When verifying a signature, GitHub Enterprise Server checks that the email address of the committer or tagger exactly matches one of the email addresses associated with the GPG key's identities. Additionally, GitHub Enterprise Server confirms that the email address is verified and linked to the user's account. This ensures that the key belongs to you and that you created the commit or tag. Because the username of the
noreply
email address changes, these commits can no longer be verified.
Your gists
After changing your username, the URLs to any public or secret gists will also change and previous links to these will return a 404 error. We recommend updating the links to these gists anywhere you may have shared them.
CODEOWNERS files
After changing your username, CODEOWNERS files that include your old username will need to be manually updated. When you view the CODEOWNERS files on GitHub.com, an error message is displayed if the file contains any unknown users, or users without write access. We recommend updating all relevant CODEOWNERS files with your new username. For more information, see "À propos des propriétaires de code."
Changing your username
-
Dans le coin supérieur droit d’une page, cliquez sur votre photo de profil, puis sur Paramètres.
-
Dans la barre latérale gauche, cliquez sur Compte.
-
In the "Change username" section, click Change username.