Password reset via email

To reset your PrestaShop administrator password by email, follow these steps:

  1. Go to the PrestaShop administration page
  2. Click on the link Lost password?
  3. In the Email address box, enter the email address used for installation
  4. Click Send. PrestaShop will send the new password to the mentioned address

 

Resetting the administrator password in the database

If you are unable to reset the PrestaShop administrator password via email, you can manually reset it in the database. For this procedure, follow these steps:

  1. Log in to cPanel
  2. In the Files section of cPanel, click File Manager
  3. Navigate to the directory where PrestaShop was installed
  4. In the PrestaShop directory open config directory
  5. Right click on settings.inc.php file, and then click View
  6. Locate the variable _COOKIE_KEY_, and copy the alphanumeric value
  7. Note _DB_NAME_ this is the name of your database used in Prestashop.
  8. Return to the cPanel home page
  9. In the Databases section, click phpMyAdmin
  10. In the left pane of phpMyAdmin, click on the name of the database used by the PrestaShop database obtained in step 7. A list of tables will appear.
  11. Click on the ps_employee table
  12. Locate the administrator login row that you want to modify and then click Edit
  13. Locate the passwd field, in that field is the encrypted password
  14. In the Value field, delete all text
  15. Copy the alphanumeric value copied in step 6
  16. Enter the new desired password after the alphanumeric value
  17. In the Function list selection for the passwd field, select MD5
  18. Scroll to the bottom of the page, and then click Go. phpMyAdmin will update the new password in the database
  19. You should now log in with the new password set in the Prestashop admin panel.
Was this answer helpful? 0 Users Found This Useful (0 Votes)