How to reset Drupal admin password

m
m
 
Line 12: Line 12:
 
'''3'''. Click on the '''SQL tab''' at the top of the page. In the text field enter the following SQL query:
 
'''3'''. Click on the '''SQL tab''' at the top of the page. In the text field enter the following SQL query:
  
    ''update users set pass=md5(‘NEWPASS’) where uid = 1;''
+
''update users set pass=md5(‘NEWPASS’) where uid = 1;''
  
 
You can '''replace “NEWPASS”''' with your new Drupal administrative password.
 
You can '''replace “NEWPASS”''' with your new Drupal administrative password.

Latest revision as of 12:39, 25 January 2012

rss feed for my website