v2-hub icon indicating copy to clipboard operation
v2-hub copied to clipboard

Add user data to password reset emails

Open jasonvarga opened this issue 6 years ago • 3 comments

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

jasonvarga avatar Nov 13 '18 16:11 jasonvarga

Fairly simple enhancement:

PasswordReset.php @ line 156

             ->with(array_merge(['reset_url' => $this->url()], $this->user->data()))

edalzell avatar Dec 22 '18 21:12 edalzell

+1

sebszocinski avatar May 23 '19 00:05 sebszocinski

This is still open. Does that mean this hasn’t been implemented?

fitzage avatar Dec 16 '19 23:12 fitzage