Pedro Posada | How to reset my Drupal admin password?

How to reset my Drupal admin password?

Posted on December 9, 2009 - 10:17am
<< 4 of 46 >>

This is the best php tip I have found for reseting drupal administrator's password.

You will need access to phpMyAdmin or some way to manage your database. Run this query

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


I found the info here:
http://kb.siteground.com/article/How_to_reset_my_Drupal_admin_password.html

Post new comment

The content of this field is kept private and will not be shown publicly.
Please solve the math question. This way we will know you are not a robot.