Hi Guys
I am using the passwordless login form in WP.
How can I customize the form
- I want to remove the text ‘or create an account’
- Change ‘Did not get the code?’ to 'Click Did not get the code or check spam folder
Thanks
Tony
Hi Guys
I am using the passwordless login form in WP.
How can I customize the form
Thanks
Tony
You should be able to this this in the options :
https://auth0.com/docs/libraries/lock/v11/configuration#languagedictionary-object-
Thanks @rishi!
@tony.gilpin - That doc page is the right place to look for what you want to do here. The configuration JSON will go in the wp-admin > Auth0 > Settings > Advanced tab > Extra Settings field. It should look something like this:
{
"languageDictionary": {
"passwordlessEmailAlternativeInstructions": "Enter your email to sign in.",
"resendCodeAction": "Click here to resend or check your spam folder."
}
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.