i forgot my drupal user id and password. Is there any way to recover it
|
1
|
|||
|
|
|
Edit:
The above path applies if you have 'clean URLs' enabled, if not use |
|||
|
|
|
|
If you don't have access to the email (or want to bulk-update the passwords) you can update the database with a query like: UPDATE users SET pass = md5('NEWPASSWORD') WHERE name = 'admin' |
||
|
