Customizing password reset text based on URL hash

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

Hi @josh17

Welcome to the Auth0 Community!

Unfortunately, Universal Login doesn’t provide an option to customize the UI elements based on URL values. I would encourage you to share more details about your use case as a new thread in the Product Feedback category.

Thanks
Dawid

Is there any other way to show one set of text to a user setting their password for the first time, and another to a user who has requested a password reset via the “Forgot password” link on the login page? (using Universal Login)