admin管理员组文章数量:1125930
When I created my WordPress website, I was given an admin login username and password. However, I have forgotten both. What is the procedure to find my WordPress admin login username and password from the file or database?
When I created my WordPress website, I was given an admin login username and password. However, I have forgotten both. What is the procedure to find my WordPress admin login username and password from the file or database?
Share Improve this question edited Apr 11, 2023 at 6:07 Kritik 1033 bronze badges asked Feb 7, 2019 at 9:15 Mafuj ShikderMafuj Shikder 311 gold badge1 silver badge5 bronze badges 1 |2 Answers
Reset to default 4Login your cPanel after that click database->phpMyAdmin after that click your database that has install your WordPress, you find "wp_users" data table and then click edit after that select user_pass->md5 and write new password this input field, after this process click "Go" button and login your WordPress admin panel. I think it's work
You can see your username but can't see your password. However, you can reset your current password.
Simply, Click on phpMyAdmin option and this will open in new tab and here you need to select your WordPress database. (You can verify your database details from wp-config.php file)
You will see the list of all the tables in your WordPress database. Now you have to look for the “{table-prefix}_users’ (by default table will be wp_users) table in the list and click on the browse link placed next to it with many other options.
You will now see a number of rows in your WordPress users table. Click on the edit button placed next to the username where you want to change the password.
You will see a form filled up with all the user information fields needed.
Now, the major step of this method is to delete the value in the user_pass field and replace it with a new password. You will find a function column placed right before the null value column. You need to click on it and select MD5 from the drop-down menu and click the GO option.
Now you can visit /wp-admin and enter your username and password :).
本文标签: How to show my wordpress admin username amp password
版权声明:本文标题:How to show my wordpress admin username & password? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736676196a1947194.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
wp_users
table in your database for Username/Email and then you can use forgot password option. – Pratik Patel Commented Feb 7, 2019 at 9:18