mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:11:56 +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…
x
Reference in New Issue
Block a user