mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 23:23:52 +08:00
Fix reset password
This commit is contained in:
parent
f2f9c3c21c
commit
fbdfeeec85
|
@ -49,7 +49,7 @@ class ResetPasswordController extends AbstractHtmlController
|
|||
}
|
||||
|
||||
return $this->view->make('flarum.forum::reset-password')
|
||||
->with('passwordToken', $token->id)
|
||||
->with('passwordToken', $token->token)
|
||||
->with('csrfToken', $request->getAttribute('session')->token());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user