mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-22 22:14:26 +00:00
debug forget password
This commit is contained in:
@@ -73,7 +73,6 @@ class GeneratePasswordResetLogic extends AbstractControllerLogic
|
||||
$object = new GeneratePasswordResetObject($request->input('email'));
|
||||
|
||||
if($this->canGeneratePasswordReset->passes($object)) {
|
||||
Log::error('processing');
|
||||
$user = $this->fetchesUser->execute(['email' => $object->getEmail()]);
|
||||
|
||||
$attempt = $this->generatesPasswordReset->execute($user);
|
||||
|
||||
Reference in New Issue
Block a user