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


You need to login to view comments.