Perl-Evozon / PearlBee

116 stars 44 forks source link

New users cannot login to admin page #23

Closed ghost closed 10 years ago

ghost commented 10 years ago

After successfully creating a new user, the password provided to the user does not successfully allow the user to login to the page. Digging into the database revealed that the salt field was missing which causes the user's login to fail. As far as I can see, it might me an issue with the resultset craete method for the User class.

andrei-cacio commented 10 years ago

Thank you. I will look into it