RevCMS to UberCMS

Fr4n

Active Member
Dec 30, 2012
152
44
Hello!
So I was planning to move my website from RevCMS to UberCMS and everything was setup correctly, had to make a few tables for it to work right which I did..
But when I tried to login it didn't let me, I know this has something to do w/ the hashing but where do I change the hashing type as it's not in ubercms_config?
Any help is appreciated, thanks.
 

rent

Member
Sep 24, 2012
408
67
in class.users.php
public function userHash($password, $username)

change it all to

public function userHash($password, $username)
{
return md5($password);
}
 

Users who are viewing this thread

Top