Hi. I have already created a custom built Login UI by following the SDK for web. However, I am quiet lost here on how to customize the password reset form without using the change password widget.
On this doc: Customize Password Reset Page
it stated that Edit the Password Reset Page: Once you’ve enabled the customization toggle for the Password Reset Page, you can use the built-in text editor to change its HTML, style the page using CSS, and change the JavaScript used to retrieve and display custom variables. Be sure to Save any changes you make.
But how can I customize/ style it without going inside this div id=“change-password-widget-container”?
Rather than having new Auth0ChangePassword which will control the look and feel of the UI, I want to have the ability to customize these elements myself and then call something like:
new auth0.WebAuth(...).changePassword(email, newPassword);
We have the same problem. Contemplating abandoning Auth0 if not addressed soon. UI becomes odd for password reset as we can’t make it consistent with our customized login