We are trying to send an email to specific people with a link to register on our auth0 implementation, but using a specific email (the one we send the email to). (reason: user is allready customer with that email, but does not have an account).
How can we prefill the email for their registration? Is that possible? If needed, we can go through our website and post the email, if thats required.
If they are already a customer, you could create their account for them, then send them a âpassword resetâ email, but change the wording to âWelcome to [our service]! Please click here to set your password.â This way you skip registration altogether. Smoother experience for the user.
Yes, you can pass a login_hint parameter in the authorize request (or whatever SDK youâre using, i.e. in the loginWithRedirect method call as parameter). This would prefill the email address field in the login/registration widget.
hello, is it possible to do something similar to this for additionalSignupFields?
I have added a âReferral Codeâ field to the universal log in component and I am trying to enable a workflow for allowing an email to be sent to a new user with a link to the sign up URL that auto-populates this Referral field with a variable Referral Code
This is just a heads-up that weâll be hosting an Ask Me Anything (AMA) session all about Universal Login, and this question is relevant to our event. Auth0 by Okta Subject Matter Experts will answer your question on Thursday, October 24th, from 9 a.m. to 11 a.m. PST.
Have more questions about customizing your login experience, boosting security, or implementing advanced features?
Drop your questions in this thread before October 23rd, and our experts will provide answers during the AMA!
Plus, youâll earn points and a special badge for participating!