Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Coupe WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Comment modifier correctement votre identifiant WordPress (étape par étape)

Note éditoriale : Nous percevons une commission sur les liens des partenaires sur WPBeginner. Les commissions n'affectent pas les opinions ou les évaluations de nos rédacteurs. En savoir plus sur Processus éditorial.

Vous souhaitez modifier le nom d’utilisateur que vous utilisez lorsque vous vous connectez à votre site WordPress ?

Il n’est pas possible de modifier votre identifiant dans WordPress en utilisant la même méthode que pour modifier votre nom complet ou votre mot de passe. Cela dit, il existe quelques moyens de contourner ce problème.

Dans cet article, nous allons vous afficher trois méthodes différentes pour modifier les identifiants WordPress, étape par étape.

How to Properly Change Your WordPress Username (Step by Step)

Modifié votre identifiant WordPress

Bien qu’il soit facile de modifier votre nom complet à partir de votre profil d’utilisateur dans WordPress, vous verrez un message indiquant que les noms d’utilisateurs/utilisatrices ne peuvent pas être modifiés.

You Cannot Change Your Username from Your WordPress User Profile

Cela peut être frustrant et déroutant pour les utilisateurs/utilisatrices WordPress débutants. La bonne nouvelle est qu’il existe plusieurs solutions de contournement pour modifier votre nom d’utilisateur administrateur WordPress et d’autres identifiants.

Cet article vous affichera trois façons de modifier votre identifiant sur votre site WordPress. Vous pouvez utiliser les liens ci-dessous pour passer à la méthode que vous souhaitez utiliser :

Méthode 1 : Créer un nouvel utilisateur et supprimer l’ancien

La manière la plus simple de modifier votre nom d’utilisateur WordPress est de créer un nouvel utilisateur avec le nom d’utilisateur souhaité et le rôle d’administrateur/administratrice.

Le seul inconvénient est que vous devrez utiliser une adresse e-mail différente de celle utilisée pour votre compte actuel.

Note : Si vous utilisez Gmail, vous pouvez insérer un signe plus (+) avec des lettres supplémentaires après votre identifiant.

Par exemple, si votre adresse e-mail est myname@gmail.com, vous pouvez utiliser l’adresse e-mail myname+wordpress@gmail.com. Elle ira toujours dans la même boîte de réception, mais WordPress considérera qu’il s’agit d’une adresse e-mail distincte.

Add a New WordPress User

Après avoir créé le nouveau compte, vous devez vous déconnecter de votre compte WordPress, puis vous connecter avec le nouveau compte utilisateur que vous venez de créer.

Ensuite, rendez-vous sur la page Utilisateurs  » Tous les utilisateurs dans votre zone d’administration WordPress et cliquez sur le lien  » Supprimer  » sous votre ancien identifiant pour le retirer.

Delete Your Old Username from the Users Page

Lorsque vous supprimez l’ancien identifiant, WordPress vous demande ce que vous voulez faire de tout contenu créé par cet utilisateur.

Confirmez-vous que vous avez cliqué sur l’option « Attribuer tout le contenu à » et sélectionnez le nouvel utilisateur que vous venez de créer.

Assign Any Posts Belonging to the Old Username to the New Username

Ensuite, vous devez cliquer sur le bouton « Confirmer la suppression » pour supprimer l’ancien compte utilisateur.

Félicitations, vous avez bien modifié votre identifiant WordPress. Si vous souhaitez utiliser la même adresse e-mail que précédemment, alors vous pouvez maintenant modifier l’adresse e-mail du nouvel utilisateur.

Méthode 2 : Modifier le nom d’utilisateur à l’aide d’une extension

Une autre façon simple de modifier votre identifiant WordPress est d’utiliser une extension. À propos de l’utilisation d’un trop grand nombre d’extensions, nous vous assurons que vous pouvez supprimer l’extension en toute sécurité une fois que vous avez modifié votre identifiant WordPress.

La première chose à faire est d’installer et d’activer l’extension Easy Username Updater. Pour plus de détails, consultez notre guide étape par étape sur l’installation d’une extension WordPress.

Une fois activé, il vous suffit de vous rendre sur la page Utilisateurs/utilisatrices  » Mise à jour du nom d’utilisateur et de cliquer sur le lien  » mettre à jour  » à côté du nom d’utilisateur que vous souhaitez modifier.

Username Updater List of Users

Il vous suffit maintenant de saisir/saisir le nouvel identifiant et de cliquer sur le bouton « Mettre à jour l’identifiant ».

Si vous souhaitez informer l’utilisateur de la modification, cochez d’abord la case « Envoyer une notification à l’utilisateur ».

Username Updater Update Username Screen

C’est tout ! Maintenant, vous pouvez retirer l’extension de changement de nom d’utilisateur de votre site.

Méthode 3 : Modifier votre identifiant WordPress en utilisant phpMyAdmin

Cette méthode est un peu compliquée car elle Prérequis que vous fassiez des modifications directes à votre base de données WordPress.

Nous recommandons aux utilisateurs/utilisatrices d’éviter de le faire si possible, car il est facile de se tromper et de provoquer des erreurs sur votre site WordPress.

Cependant, dans certains cas, vous n’avez pas d’option, par exemple lorsque vous oubliez votre identifiant WordPress et votre adresse e-mail et que vous vous retrouvez bloqué dans votre compte d’administrateur.

Tout d’abord, vous devez vous connecter à votre tableau de bord d’hébergeur pour trouver le menu phpMyAdmin.

Nous utilisons Bluehost dans cet exemple. Votre tableau de bord peut être différent si vous utilisez un hébergeur qui n’utilise pas cPanel, mais l’option phpMyAdmin devrait toujours être disponible.

Une fois que vous êtes dans le tableau de bord de Bluehost, allez-y et naviguez vers l’onglet « Sites Web ». Sélectionnez ensuite un site et cliquez sur le bouton « Réglages ».

Bluehost site settings

Défilez ensuite vers le bas jusqu’à la section Liens rapides.

Cliquez ensuite sur « phpMyAdmin ».

Navigating to the phpMyAdmin in Bluehost

Ceci lancera phpMyAdmin dans un nouvel onglet du navigateur.

Vous devrez sélectionner votre base de données WordPress si elle ne l’est pas déjà.

Choose Your WordPress Database in phpMyAdmin

Vous verrez maintenant les tables de la base de données de WordPress. Par défaut, les tables de base de données WordPress utilisent wp_ comme préfixe avant le nom de chaque table. Il est possible que vous ayez modifié le préfixe de la base de données en quelque chose d’autre.

Vous devez cliquer sur le tableau wp_users sur le côté gauche. Modifié, vous devez cliquer sur ‘Modifier’ à côté de l’identifiant que vous souhaitez modifier.

Edit the Desired Username in the wp_users Table

Vous pouvez maintenant saisir le nouvel identifiant que vous souhaitez utiliser dans le champ user_login.

Lorsque vous aurez terminé, vous devrez cliquer sur le bouton « Go » en bas de l’écran pour enregistrer le nouvel identifiant.

Enter a New Username in the user_login Field

C’est tout ! Vous devriez maintenant pouvoir vous connecter à votre Tableau de bord avec votre nouvel identifiant.

Nous espérons que ce tutoriel vous a aidé à apprendre comment modifier correctement votre identifiant WordPress. Vous pouvez également consulter notre tutoriel sur la façon de choisir le meilleur hébergeur WordPress ou consulter notre guide complet sur le référencement de WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Divulgation : Notre contenu est soutenu par les lecteurs. Cela signifie que si vous cliquez sur certains de nos liens, nous pouvons gagner une commission. Consultez comment WPBeginner est financé, pourquoi cela compte et comment vous pouvez nous soutenir. Voici notre processus éditorial.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

L'ultime WordPress Toolkit

Accédez GRATUITEMENT à notre boîte à outils - une collection de produits et de ressources liés à WordPress que tous les professionnels devraient avoir !

Reader Interactions

109 commentairesLaisser une réponse

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Layla Turner says

    Thank you so much for this post! The ‘add new user’ then ‘delete old user’ & ‘attribute to new user’ worked for me.
    And I now have the plugin which also works.

    FYI – when I changed the email address after adding new user, it took aaages for the confirmation email to come through to my Gmail from WordPress.

    • WPBeginner Support says

      Glad it worked, setting up SMTP can also help with email deliverability if someone hasn’t set that up yet.

      Administrateur

  3. Desmond Diangha says

    Wow, this is just awesome, and any other article i have read here is just so great and very useful. I just succeeded in adding a new user for my website after reading this article thanks a lot….

  4. Rahat says

    That was really helpful. I was searching for the solution and some websites suggest to install a plugin, which is not the best solution for me,
    because that would make my site slower.
    Since I am familiar with PHP, so it would be better to use PHPMyAdmin in Cpanel.
    And that’s what I did with the help of this article.
    Thanks

    • WPBeginner Support says

      Glad our article could help, in general a plugin should not slow down your site unless it is poorly coded.

      Administrateur

  5. Kendall Watson says

    Thank you for this post. After attempting the cpanel method, which didn’t work, I found this and the plugin suggestion did work.

  6. Dharmendra says

    I tried method 1 but it did not work, then tried method 2 and it worked. Thank you so much :)

    wpbeginner is a rock. Every time I get a solution.

  7. Tom Llobet says

    NEVER USE « admin » or the domain name as a user, this is the first thing hackers use to get access to the backend.

  8. Van says

    Using phpMyAdmin worked like a charm for me. I wanted to change my username because I discovered while perusing Wordfence brute force activity on my site that my username had been used by a hacker.

  9. Bonkarah says

    Appreciate the info given here. I was able to use PhpMyadmin to change the user name. But on logging in to my WordPress site, the info on my dashboard is so limited. The new username that was there before i deleted the wrong one with Admin role had Author’s role. Could this be why I am not granted full access to my editing dashboard where I could add more users and edit normally?

    Somebody help me out here. How do I get back to my full dashboard editing suite and change my role to Admin?

  10. Linda Groeneveld says

    I have used the plugin ‘username changer’ and now my account is gone?! What happend and how can I undo this?

  11. Tyler says

    I tried doing this to edit the nice-name attribute, so I don’t leak my user name on the Author’s page, and now my site only shows: Error establishing a database connection. Even after re-naming the field to its original value it doesn’t fix it. Any suggestions?

  12. Jenny Zentz says

    Thank you! Finding so much help for setting up my new WP account. I’m transferring an existing blog from Blogger. (And existing Google domain.) Any things you’ve already done on that would be great!!! I’ll be searcher your site a lot!

  13. kari says

    just successfully used the plugin to change my user name – it was really easy then just deleted the plug in – really really useful – thank-you

    • Ripunj says

      You can simple do this without the plugin. You have to create a user, and for that you have to click on Add New button in the Users section, input the username whatever you want to and then assign the role of it to Administrator then log out. Now log in using newly created username and go into the same section that is Users and now can simply delete the old admin user.

  14. Heather says

    Hi There. It did seem to work, but it did not attribute all the content. So my bio, my social media links, and Gravatar photo are gone. I can’t figure out how to get all that back.

  15. Colin Crawford says

    Hi
    I can’t get this to work, I have tried other tutorials and they say just the same.

    I am in the right database as there is only one and I have edited the old admin username that was originally set up i.e. admin and it won’t allow me to login.

    In the database it has clearly changed but when I try to login it won’t allow me. So using the old admin username gets me back in but how? it has been changed it doesn’t exist anymore….

    If I view the Users in WordPress my new username is not there so where is it getting these details from?

    I am truly baffled.

    Colin

    • Gary Armstrong says

      You may want to try changing the password to your admin user within wordpress. It would be good to have another temp Admin level user in WP as a backup.

      If you’re using phpmyadmin, open the password field, choose a new password and IMPORTANT! choose the MD5 function (or this will NOT work).

      Once you change the password, try logging in to your old username account. Try doing this in Incognito mode in Chrome so you have NO cookies set. It shouldn’t let you login. If it IS still logging in, double check you’re in the right DB. I know you said you were, but check the wp-config.php file anyhow.

      Extra hint. If you don’t want to setup another email address, and you use Gmail, you can add a + to the end of a gmail address and it will go to the same mailbox: e.g.

    • Colin Crawford says

      Hi
      Thanks for the reply Gary, I ended up deleting everything on that domain name as it had other WordPress installations so somewhere it went wrong.

      Once I did this the information in the tutorial worked but it was so frustrating why it didn’t.

      Good job I only used that domain name for testing websites.

      Cheers

      Colin

  16. Anyaogu Ikechukwu says

    Hello. I thank you for sharing this article. I want to know if it is necessary to change your username after installing WordPress

  17. Melissa says

    How do I even find my cPanel login details? My site is hosted by GoDaddy but built on WordPress, and the GoDaddy account belongs to my editor. I keep asking him if he can find out but it’s been weeks now. My website was restored by someone else who had another kind of access point, but I need that login. How exactly do I find out those details because my WordPress login isn’t the same.

  18. Ted says

    it won’t work. i added a new admin (while still keeping the old), but when i log out, it won’t log me back in using the new admin and password (which i didn’t change!). not sure what to do now. help!

  19. Val says

    I used the first method and I am unable to delete the other user. Has anyone run into this issue? Now that I have another user with the username I actually want I am concerned that I can’t move on to method 2 or 3 because the username is already in use.

  20. Sarah Sullivan says

    Hi, My site is still under construction, when I was setting it up I followed the steps I had printed out instead of listening to the audio too. I only realised afterwards that I shouldn’t have used my real email address as the username as this will be visible once I start posting. Which method above would you recommend I follow to make the necessary change as I haven’t yet got any content to worry about losing?
    The other thing I keep getting really confused about is when I am asked for my email address do they mean my real one or the one that is part of website that I would like to handle?

    Thanks
    Sarah

    • WPBeginner Support says

      Sarah you can add as many users account to your WordPress site as you want. Simply go to the Users page in admin area and then click on add new. You can add users with different roles like administrator (site owner), editor, author, etc. If you are the only one using your site, then a user with administrator role is all you need. After you have created a user name that you like, feel free to delete the old one that you do not wish to use anymore.

      The email address they ask will be used to send you notification emails. It has to be any existing email address that you already use.

      WordPress itself is not an email client and it will not create an email address as part of your website. If you want to have a branded email address with your own domain name like sarah@example.com, then see our guide on how to setup a professional email address with Google Apps and Gmail

      Administrateur

  21. Niaz Khan says

    Thank you, admin, after reading your blog I have successfully changed the usernames of my blog bestcmsplugins.com ,

    You are doing a great job by helping others

  22. Vijay says

    Thank you so much for this article. I took the phpMyAdmin route and it worked… But, before it started working it did this weird thing where if I entered the url of the user’s profile it took me to the home page.

    But then in the end it worked. Probably because I saved the profile from wp-admin after having changed the user_login and the user_nicename values from phpMyAdmin?

  23. madivad says

    Too many places to reply so I’ll create a new comment.

    I’m one of those people that don’t like to just add another plugin (even if I can remove it afterwards) and so even after reading about the create new user/delete user/migrate posts method, I liked the phpmyadmin method.

    But it does cripple multisite installs and you really should update the main post about that.

    For anyone who does do it the database way, you have to go into your sitemeta table and update the superadmin user with the new username and character count in the S:flag.

    Otherwise, the create/delete/migrate method might actually be a better option :)

    • Cassy says

      Here is the way I did it – very quick and easy, took me less than 5 minutes to do:
      1. Go to users
      2. Click on the user name you want to change
      3. Above the “Update Profile” button, there will be text that reads “Were you looking for your API Key and other Personal Settings”. The ‘API Key and other Personal Settings’ text will be highlighted (as it is a link).
      4. Click on this highlighted text.
      5. Scrolls down the page to the heading “Account Details”
      6. Just under “Account Details” will be ‘User Name’
      7. You will see next to your user name there will be the word ‘Change’ in brackets, also in highlighted text (indicating it is a link).
      8. Click on this text to change your user name.
      9. Don’t forget to save
      10. You can change all other linked settings from here, such as BLOG NAME, PRIMARY BLOG, etc,

  24. Traci says

    Hello,

    Thanks for the article! Out of curiosity, would a change of my WP login username prompt a DISCONNECT to wordpress.com jetpack stats and tools?

    I’m asking b/c today, I changed it (due to tireless notifications of site lockout attempts from….who knows?), and now my jetpack stats are all screwy and wordpress.com no longer recognizes my website. I’m getting this error message:

    unknown_token: It looks like your Jetpack connection is broken. Try disconnecting from WordPress.com then reconnecting.

    But no further instructions on what to do. Love to know your thoughts.

    Thanks! LOVE your all of your content!

  25. Chris says

    A word to the wise, from someone who wasn’t. Using that plugin can be fatal to a multisite setup. Multisite does not allow the user name of the superadmin to be changed. And there is no warning about this on the plugin site. But because the plugin just twiddles with the name fields of the database it gaily ignores this. So if you use it, be prepared to lose all access to the network. This might not happen if the name you change it to happens to have the same number of characters as the name you are changing from. I am not about to prove this point though, once bitten and all that. The remedy is then only direct editing of the database to restore precisely, and I do mean precisely including cap and lower case usage, what was there before.

    • Miha says

      Hi,

      i successfully changed username on the multisite installation.

      I have changed username directly in sql database.

      First of all backup your db.

      You have to change username in tables:
      _users in fields: user_login and user_nicename
      _usermetadata field nickname and
      _sitemeta field site_admins

      in the field site_admins be careful to change the name admin and number of letters before admin in variable s:5
      admin username has 5 letters, change it to number of letter in your new name

      Delete cookies in browser, login again to your WP admin and you have network access with your new username

  26. Bob The Builder says

    Here is something odd that I’ve noticed today.

    I did not like it that my (admin) username was visible in the author URL. So I decided to create a new user with author role and since I’ve made this new user the author URLs are the same as the screennames.

    So now I can use my admin account again since the screenname is visible in the URLs and not my actual username.

    Any explanation for this?

    • WPBeginner Support says

      WordPress uses the username in the Author URLs. If the admin user still has posts then their author URL will still appear on those posts. You can assign those posts to new author account you created and set a redirect for the admin url.

      Administrateur

  27. Paul Okeke says

    Everything about WPbeginner.com is awesome. This article and all I have come across from the same source worked for me. Just want to say a big thanks to wpbeginner.com editorial saff. Cheers!

  28. Adriana says

    Would the process « Create a New User and Delete The Old One » work properly from network admin area on a multisite installation?

  29. MattFromGA says

    This change may or may not be a big problem for a given wordpress site based on the plugins and theme it is using. What if there is a plugin that uses an external system that associates data with username? The simple change outlined here would fail to update that username in the external system and the association between the user and that external data would be broken with this change. What about forum posts in bbpress where a user mentions another user by username?

    I guess a basic wordpress blog install wouldn’t have too many problems with this, but beyond that you better have awareness of the other plugins and theme dependencies on username. If none, this simple change could be fine.

    • Rose says

      Yes And we’ve seen this week where this all can lead to. Patching up plugins, fixing holes, hoping the theme has no holes, then after seeing the notorious scammers all have the name, changing username etc. But luckily we can change the name. There’s no other option when all is leaked out. Yes security. Having a good security plugin. Securi I found too difficult to understand. Anyway, there are certainly more problems to fix soon.. boy oh boy.

  30. Braham Dutt Sharma says

    Hi, I want change my existing blog authority in another login id example: i make 5 blog with my own id and now i want change 1 blog login and password with another email is , can this possible , if possible please help.

  31. Tyler says

    There is nowhere else it needs to change. Everything is attributed to the ID of the user, not the username. It’s just a text field like email, first_name etc.

    • MattFromGA says

      So you have a certainty that ever plugin and theme written for wordpress follows that guidance? What about plugins that share username with external systems which make data associates with that?

  32. adeem jan says

    Yet another informative tutorial from you

    Let me tell you honestly, I am totally the non-techie so I had NO idea about how to change the admin username till some time back – nor do I visit the C-Panel – I fear those places…lol…

    My friend takes care of the tech aspects, though I’ve learnt it all now and thanks to you all of you tech bloggers sharing your posts here, I keep learning each day!

    Yes, for security reasons, you need to change the usernames, more so with the number of cases of hackers all over the web. Better to be safe than sorry later.

    Thanks for sharing.…. keep up the good work…

Laisser une réponse

Merci d'avoir choisi de laisser un commentaire. Veuillez garder à l'esprit que tous les commentaires sont modérés selon notre politique de commentaires, et votre adresse e-mail ne sera PAS publiée. Veuillez NE PAS utiliser de mots-clés dans le champ du nom. Ayons une conversation personnelle et significative.