Knowledge Base Article

How to reset my Drupal admin password?

To change the administrative password for your current Drupal installation you should:

1. Go to your cPanel -> Databases box -> PhpMyAdmin;
2. Select the database which Drupal use from the drop-down menu at left.
4. Click on the SQL tab.
5. In the text field on the page type the following text:

update users set pass=md5('NEWPASS') where uid = 1;

where "NEWPASS" is your new administrative password. Then click on the GO button and if no errors present, the Drupal passwrod should has beeen changed.



Rating

Please indicate if this article was helpful for you.

rating :  4.0 from 5
views :  2404
votes :  31

Valid XHTML 1.0 Strict Valid CSS!