cdms
February 25, 2019, 9:20am
1
I want to change the word of “provide email page for password change”.
Where can I change it?
Hey there @cdms !
Can you tell me exactly what parts of our stack you use to build that so I can make the suggestion tailored to the tools you use if that’s even possible?
Thanks!
Hey there have you had a chance to see my last message?
Hey
Friendly ping Have you had a chance to see my last message?
@cdms you can use the languageDictionary configuration object in Lock to customize some of the copy. For example, you can override the forgotPasswordInstructions
to your desired text.
// success messages show above the form or in a confirmation pane
logIn: 'Thanks for logging in.',
forgotPassword: "We've just sent you an email to reset your password.",
magicLink: 'We sent you a link to log in<br />to %s.',
signUp: 'Thanks for signing up.'
},
blankErrorHint: '',
blankPasswordErrorHint: "Password can't be blank",
blankEmailErrorHint: "Email can't be blank",
blankUsernameErrorHint: "Username can't be blank",
blankCaptchaErrorHint: "Can't be blank",
codeInputPlaceholder: 'your code',
databaseEnterpriseLoginInstructions: '',
databaseEnterpriseAlternativeLoginInstructions: 'or',
databaseSignUpInstructions: '',
databaseAlternativeSignUpInstructions: 'or',
emailInputPlaceholder: 'yours@example.com',
captchaCodeInputPlaceholder: 'Enter the code shown above',
captchaMathInputPlaceholder: 'Solve the formula shown above',
enterpriseLoginIntructions: 'Login with your corporate credentials.',
enterpriseActiveLoginInstructions: 'Please enter your corporate credentials at %s.',
1 Like
Hey @cdms !
Did you have some time to look at the doc we provided?
system
Closed
March 27, 2019, 12:05pm
8
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.