Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Add the password reset URL to the toMailCallback (#38552)
* Add the password reset URL to the toMailCallback It is useful to receive the generated reset URL in the callback, because if we want to only change the mail template texts (ResetPassword::toMailUsing(function($user, $token) {}) we have to generate it ourselves. Backwards compatibility is kept, as it is a new parameter. * Update ResetPassword.php Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information