• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

How to change Admin password for WordPress

Noturns

Regular Pleskian
To be clear i don't mean the wp-config.php admin password for mysql but the wordpress Plesk admin account that is associated with Log in button

For some reason my user has lost his password and is not able to use the Wordpress forgot password - wizard form at the page where you normally logged on.

I have tried to reset the password via Change Account on the WordPress Installation
and it came back with the message

Error: Unable to find the specified administrator account in WordPress. Specify the username of your administrator's account in WordPress. This account will be associated with Plesk.

I have tried to add another admin via MySQL with this http://www.wpexplorer.com/reset-wordpress-password/ and that didn't work either.
 
Hello,

You can edit the existing admin password in the users table in the sql database. Ensure you select MD5 from the drop down when saving your new password.
 
Hello,

You can edit the existing admin password in the users table in the sql database. Ensure you select MD5 from the drop down when saving your new password.
I have tried with following SQL code

UPDATE `databasename`.`prefix_users` SET `user_pass`=MD5('********') WHERE `prefix_users`.`ID`=1;

And if i do refresh and empty my browser cache i see this

You do not have sufficient permissions to access this page.


And
for some reason i cannot over rule the previous admin username or password via Plesk
It comes up with Error: Unable to find the specified administrator account in WordPress. Specify the username of your administrator's account in WordPress. This account will be associated with Plesk.
 
I think the problem began after this wordpress site was imported from a old Plesk server with different Admin credentials.

Unfortunately i have read your reply too late as we have recreated the wordpress site from scratch :(

@abdi my apologizes for not following on your advise, i will bookmark it for the next time it happens. Thanks for sharing it!
 
Back
Top