v2-hub
v2-hub copied to clipboard
Add user data to password reset emails
Is your feature request related to a problem? Please describe. When customizing the email, user data isn't available.
Describe the solution you'd like
To be able to access things like {{ first_name }}
Additional context https://statamic.com/forum/3708-tags-in-rest-password-email-template
Fairly simple enhancement:
PasswordReset.php @ line 156
->with(array_merge(['reset_url' => $this->url()], $this->user->data()))
+1
This is still open. Does that mean this hasn’t been implemented?