Feature: Provide a short title of your feature request/feedback.
The requested feature is to enable actions that happens when a user submits a password reset request. For example: I need to send my own custom email template when a user submits a password reset request.
Description: Give us some details about your feedback/feature request. Examples, screenshots, videos, etc. are helpful.
The built in password reset emails are limited in that they do not allow dynamically changing the sender. Also if there is a need to drastically change the layout based on a user metadata value in the template Auth0 provides, we would need to find a way to ensure that the data is set ahead of the email template being sent. Due to the asynchronous nature of the email distribution, this introduces a layer of complexity in processes that will need to happen before the user is directed from the app, to auth0’s universal login, or forces developers to create a reset password experience outside of Auth0
Use-case: Tell us what you are building. How would the feedback/feature improve your experience?
The use case: Multiple brands applied to the same user experience.
Login and sign up as well as password reset should be branded according to which brand the user initiated the Auth action from.
The problem is that when the password reset is initiated, the branding of the email and the password reset universal login (liquid template) is not controllable via actions.