Problem reseting admin password
Permalink
I moved my site to hostgator from bluehost, and site works fine, but I can not login as admin. I check the site.php and used the salt there to try and update the password with myphpadmin.
also tried with uID = 1 in the where clause. Receive not errors but password still does not work? IS there a php setting for md5 that I need to update in the php.ini file?
update Users set uPassword = md5('bytewide:fi7SrN6QXMGZATC1pNoUL2PBxEI2qf6tRlrkDfYUmRQjBJtePrVyJzSIspDlqAFh') where uName = 'admin';
also tried with uID = 1 in the where clause. Receive not errors but password still does not work? IS there a php setting for md5 that I need to update in the php.ini file?