aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/User.php
diff options
context:
space:
mode:
authorMarvin Borner2018-07-08 21:51:24 +0200
committerMarvin Borner2018-07-08 21:51:24 +0200
commit1240ace21d2270e87e61cb88aaa0e4508dcdb967 (patch)
tree371ae9b2b0d92fc25d19741507c5b332af0f39f4 /app/User.php
parent1c2e6127f480979186e62c2e6ecc2971bf3a4451 (diff)
Better previous hash control
Diffstat (limited to 'app/User.php')
-rw-r--r--app/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/User.php b/app/User.php
index d8caf1e..923e2cc 100644
--- a/app/User.php
+++ b/app/User.php
@@ -13,7 +13,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
- 'name', 'email', 'password', 'hash'
+ 'name', 'email', 'password', 'prevHash','hash'
];
/**