Posts Tagged ‘password recovery’

How to reset prestashop admin password

Wednesday, March 9th, 2011

Problem: You forgot your prestashop admin password. You tried the lost password link in the backend and and never received the email Software : Prestashop 1.3.7 Phpmyadmin Solution 1: Create a new account(customer account) in your frontend . Using your Phpmyadmin copy the password of the new customer created and put it your prestashop admin [...]

>>read more

How to reset your joomla 1.5 password

Sunday, November 23rd, 2008

The tutorial explain on how to reset your joomla 1.5 password. Here’s how: 1. Go to your Cpanel (www.yourdomain.com/cpanel) -> Phpmyadmin. 2. Run the command below to reset the password: UPDATE `jos_users` SET `password` = "49f55cfe53b93f1d319d3e0a30df0db8:4x8azSlxWF19MiSb55gu8ybVSMpIXanA" WHERE `jos_users`.`id` =62; 3. Log in in your joomla 1.5 admin using this password: password1 4. Goto user management [...]

>>read more