mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix password reset
This commit is contained in:
@@ -64,7 +64,7 @@ class ForgotPasswordController extends Controller
|
||||
//
|
||||
// Send the email
|
||||
//
|
||||
$resetLink = $request->server('SERVER_NAME').'/forgottenpassword?action=reset&guid='.$guid;
|
||||
$resetLink = $request->server('SERVER_NAME').'/resetpassword?guid='.$guid;
|
||||
Mail::to($ret['email'])->send(new ForgottenPassword($resetLink));
|
||||
$sent = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user