pingcrm/app
Burton 9f93e151a8
Hash password only once
When a user resets their password, the password would be double hashed and the user locked out of their account.

Ensure we only hash the password if it needs to be hashed. If it has already been hashed, just return the password as-is.
2020-03-20 21:58:34 -07:00
..
Console
Exceptions
Http Simplify redirects 2019-12-18 17:34:14 -05:00
Providers Prevent editing or deleting demo user in demo environment 2019-12-18 16:20:14 -05:00
Account.php
Contact.php
Model.php Tweak formatting of base model 2019-04-24 16:19:50 -04:00
Organization.php
User.php Hash password only once 2020-03-20 21:58:34 -07:00