Home > Software design >  How can I reset my WordPress admin password? [duplicate]
How can I reset my WordPress admin password? [duplicate]

Time:09-21

I lost my wp-admin password and I have no access to the email I used to register my WordPress. I have access to the host where I used softaculous app installer. I have tried editing the details by putting another admin username and password but unfortunately I can't access the wp dashboard with all the features like plugins and so on.

CodePudding user response:

  1. go to your.site/wp-login.php, click "Lost your password?" And reset your password by email.

OR

  1. Go to phpMyAdmin -> your-site-db -> wp_users table, select your user, click "edit", in password field select MD5 type of field, enter new value in field, save.

CodePudding user response:

By clicking "Lost your password?" And reset your password by email See this enter image description here

  • Related