rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

Fixed creation of new users #26

Closed brianhks closed 11 years ago

brianhks commented 11 years ago

Looks like Cake no longer automatically hashes passwords. http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#hashing-passwords

I also couldn't get the auto login to work after creating the user. I changed it to send you to the login screen after creating the account.