I have a Universal Login experience. When creating a new user, we create the user via the Management API, and then send them an email to set their password. We do this with a “password change ticket”. Once the user sets their password and starts using our app, they may need to reset their password on the login screen, which also creates a “password change ticket”
I want to change the copy on the reset-password
prompt depending on which flow they came from. I know I can append a hash string to the ticket URL as described here Send Email Invitations for Application Signup, but I can’t figure out how to customize the text within the password reset widget based on that query/hash value.
That page links to this page, which talks about doing this with Classic Login. How can I do this with Universal Login? Customize Classic Password Reset Page