Posted by shiolo on October 24, 2009 at 12:03am
Hi, as the title says I turned on the salt module, lost my admin pass, and as I am in a localhost I cant recover mail via mail. I tried the way everyone suggests to revover passwords (UPDATE `users` SET `pass` = MD5('mynewpassword') WHERE `uid` =1;) but it dont works. Please help!
mateo
Comments
You'll need to salt the new
You'll need to salt the new password when you set it.
Or try disabling the salt module before you set the new password. (http://drupal.org/search/apachesolr_search/disable%20module%20in%20database)
---
"Nice to meet you Rose...run for your life." - The Doctor
My first public Drupal site - EyeOnThe503
Thanks! It worked!
Thanks! It worked!