Pedro Posada | How to reset my Drupal admin password?

How to reset my Drupal admin password?

Posted on December 9, 2009 - 10:17am
<< 12 of 54 >>

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

Submitted by jayvee (not verified) on November 7, 2011 - 1:41am.

Previously, this process works, tried changing and there was no problem. But later after few months I guess, when trying to change again I got a lot of strings error... you have idea about that?

Thanks
Jayvee @ best cases for ipad

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Copy the characters (respecting upper/lower case) from the image.