By AngelicLight on
Hi, there,
I'm ruing a basic local host setup for now and stupid me, forgot to write down the id=1 password.
I tried the SQL statement from phpmyadmin of "update users set pass=md5('password') where uid = 1;" with the password I chose, and pypmyadmin successfully rant he statement, but the password is not taking.
Any other thoughts or ideas?
Thanks and sorry for the confusion or trouble,
- Paul
Comments
Have you tried the request a
Have you tried the request a new password feature?
How do I do that on a
How do I do that on a localhost WAMP server where I'm not running a mail server?
If you have no mail sever you
If you have no mail sever you can not request a new password.
Try
Install another Drupal instance, giving ID=1 the password you want.
Then use phpMyAdmin to set the password for the installation you're locked out of to be the same as the password for the installation you knew what you were doing with.
This signature is currently blank
user_hash_password
Hope this helps:
http://drupal.org/node/992400
the
user_hash_password()withrequire_onceworked for me.lost user and pass in localhosr drupal
i want to recover my username and password in localhost drupal
See the linked page
https://wikihandbooks.com/drupalnewbies/ch18_resetpw.html
- gisle