Commit Graph

10 Commits

Author SHA1 Message Date
Jonathan Reinink fba2969951 Fix coding styles 2020-07-29 10:58:25 -04:00
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
Jonathan Reinink 35169709b5 Fix bug with demo user check 2019-12-19 08:50:26 -05:00
Jonathan Reinink 0ede36c76d Improve demo user check to not rely on primary key 2019-12-18 17:33:46 -05:00
Jonathan Reinink 4df1434f02 Improve user photos 2019-08-09 12:50:45 -04:00
Jonathan Reinink 8fbfa66059 Add user photos 2019-08-09 11:33:47 -04:00
Diaa Fares 3fa08f9084 Fix for displayed Roles at Users grid 2019-04-03 14:09:12 +03:00
Jonathan Reinink 710326e479 Remove Postgres specific database features 2019-04-02 13:05:17 -04:00
Jonathan Reinink 14192d0e46 Initial commit 2019-03-21 19:58:19 -04:00
Jonathan Reinink d0531481eb Install Laravel 2019-03-05 16:10:11 -05:00