Multiple Password Reset Emails from Universal Login

Hi,

we are building a multi tenant app where each tenant can decide about his email branding. Hence all the tenants design their owen user invitation and password reset emails. But we do not have a way to customize the email for the password reset on the universal login screen yet. Any idea how we can accomplish this? Maybe by disabling the password reset from Auth0Lock on the universal login and by embedding a link to my own password reset page?

Thanks
Stefan

Hi there.
As I understood, you are in need of customizing the email template of Reset Password, right? If yes, you may follow up these steps to meet what you need

  1. Configure external Email provider: Configure External SMTP Email Providers
  2. Customize email template: Customize Email Templates

Hope it can help.