statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
31 stars 1 forks source link

Add `error_redirect` parameter to `{{ user:reset_password }}` form #982

Closed robdekort closed 1 year ago

robdekort commented 1 year ago

The other user forms have an error_redirect parameter so you can link to the error and instruct users a little better. This parameter is missing from the {{ user:reset_password }} form in src/Auth/UserTags.php. I tried to add it in myself but failed. The tag seems to work differently from the other tags so I couldn't copy paste :-).