Lost Admin Pass when turned on Salt module
shiolo - October 24, 2009 - 00:03
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

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!