Thursday, June 21, 2007

How to reset drupal admin password


update users set pass=md5('NEWPASS') where uid = 1;

NB:admins user id is 1

1 comment:

  1. This worked like charm. tks for tip.

    --varma

    ReplyDelete