How to reset Drupal admin password

m (Created page with "<div align=justify>Let's imagine the situation when you have modified your Drupal site and logged out. Next time you are trying to log in but fail. The only way out is to reset y...")
 
m
Line 13: Line 13:
 
     ''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. That's it. Now you know how to reset the Drupal admin password
+
You can '''replace “NEWPASS”''' with your new Drupal administrative password.  
 +
That's it. Now you know how to reset the Drupal admin password
  
  
 
Note: phpMyAdmin allows you not only reset the admin password, but also change the passwords for all listed users.</div>
 
Note: phpMyAdmin allows you not only reset the admin password, but also change the passwords for all listed users.</div>

Revision as of 08:59, 31 October 2011

rss feed for my website