Hello Auth0, I have essentially this same question so I’m choosing to reply to this relatively recent, existing post. Here is a bit more detail:
- We found no solid documentation for customizing one’s own Password Reset page (as opposed to the HLP, for which there is more plentiful documentation)
- We found this open-source example repo from an Auth0 employee: GitHub - auth0/auth0-custom-password-reset-hosted-page: An example on how to do a custom reset password hosted page.
- In the above repo, it mentions the following: " Auth0 doesn’t have a public API for creating a custom password reset. However, the existing Auth0ChangePassword widget does a From POST to the Auth0
/lo/reset
endpoint. This project is a recreation of that widget to provide more control over the look and feel of the application".
So my specific questions are:
- Is this still the best approach for allowing complete (UI/UX) customization of one’s Password Reset page?
- Should we be worried about Auth0 at any point eliminating the /lo/reset endpoint?
Just a bit of feedback, this Password Reset page still appears to be somewhat of a 2nd-class-citizen so to speak, in the overall toolbox provided by Auth0.