aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Http/Controllers/Auth/RegisterController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Http/Controllers/Auth/RegisterController.php')
-rw-r--r--app/Http/Controllers/Auth/RegisterController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php
index 14f1ef3..f922f9f 100644
--- a/app/Http/Controllers/Auth/RegisterController.php
+++ b/app/Http/Controllers/Auth/RegisterController.php
@@ -71,6 +71,7 @@ class RegisterController extends Controller
'name' => $data['name'],
'email' => $data['email'],
'password' => $hashedPassword,
+ 'prevHash' => $previousHash,
'hash' => $summedHash
]);
}