Reset password in WordPress admin panel.
› CMS WordPress › Reset password on Wordpress.
You need to know the database name of your site to reset the password in the site admin panel.
You can find this information in the site directory in the
wp-config.php file using the File Manager or FTP.
Required line - define( 'DB_NAME' ...... );
Once the database name is known, you must navigate to the database tables via
phpMyAdmin.
Click on the database name in phpMyAdmin to expand the tables. Then enter the
*****_users table.
Find the username of the site that needs to reset the password.
For example: admin. Or (as in the example) the login name is Ha5kcTNg9kVRhbKS.
Click "
Edit" next to the desired name.
Enter the new password in the
user_pass line.
In the line "
Functions" select
MD5.
Click "
Forward".
The record was successfully modified.
Check the login to the site admin panel under the new password.