I see there’s a new password reset flow using React and Material UI. I like the new design but the documentation site is using out of date instructions on how to customize the page. (The documentation on how to build the password reset in JS is fine).
I was able to find the app.json
file inside of Root > web > system
and was able to make a few changes to make the page look more like my application. I wanted to know if it was possible to disable or change the success messaging that returns the password in plain text.
Example: when I reset my password, this is the success message:
I also wanted to know if it would be possible to redirect to my own “password change successfully” page on my site, where I can then flow the user into my login flow.