Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of finding the login password of WordPress

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Method 1: Retrieving by mail

Provided your hosting space supports sending emails, so you can click "Forgot password?" on your WordPress login page. "Press the button to find it.

Method 2: Modify database information

Log in to phpMyadmin, go to the database corresponding to the site, and then open the wp_users table, you will see all the user information.

For example, in the above figure, the password corresponding to the administrator demo is MD5 under user_pass. You only need to change it to 5d41402abc4b2a76b9719d911017c592, and then the password of the demo will be changed to hello. You can log in! Then modify the new password in the background User> My profile.

Method 3: Use Reset File

If you can't log in to phpMyadmin, don't worry, save the following code as reset_pw.php, pay attention to modify the relevant information in lines 2-15 according to the comments inside (if you don't know the database information, you can check the wp-config.php in the root directory of your website), and then upload reset_pw.php to the root directory of the website via FTP. Access this file in your browser, and you will be prompted to modify successfully! After use, remember to delete reset_pw.php to avoid security risks!!

Wordpress password recovery tool

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report