mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
Revert "Fixed a bug that would stop you from registering."
This reverts commit 7cc7235f2d
.
This commit is contained in:
parent
3c0863d8ea
commit
0192484044
@ -38,7 +38,7 @@ class EmailHelper implements EmailHelperInterface
|
||||
{
|
||||
|
||||
$password = \Str::random(12);
|
||||
$user->password = $password;
|
||||
$user->password = \Hash::make($password);
|
||||
$user->reset = \Str::random(32); // new one.
|
||||
$user->forceSave();
|
||||
$email = $user->email;
|
||||
|
Loading…
Reference in New Issue
Block a user