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 Install Laravel 2019-03-05 16:10:11 -05:00
Exceptions Install Laravel 2019-03-05 16:10:11 -05:00
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 Initial commit 2019-03-21 19:58:19 -04:00
Contact.php Remove Postgres specific database features 2019-04-02 13:05:17 -04:00
Model.php Tweak formatting of base model 2019-04-24 16:19:50 -04:00
Organization.php Remove Postgres specific database features 2019-04-02 13:05:17 -04:00
User.php Hash password only once 2020-03-20 21:58:34 -07:00