Reset Drupal admin password


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. UPDATE users SET pass=md5('NEWPASS') WHERE uid = 1;

URL: http://kb.siteground.com/article/How_to_reset_my_Drupal_admin_password.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.