mirror of
https://github.com/flarum/core.git
synced 2025-10-26 21:21:28 +01:00
went over most of the changed attributes from the other pr
This commit is contained in:
@@ -107,7 +107,7 @@ class RequestPasswordResetHandler
|
||||
|
||||
$data = [
|
||||
'{username}' => $user->display_name,
|
||||
'{url}' => $this->url->to('forum')->route('resetPassword', ['token' => $token->id]),
|
||||
'{url}' => $this->url->to('forum')->route('resetPassword', ['token' => $token->token]),
|
||||
'{forum}' => $this->settings->get('forum_title'),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user