...
ID | Default value | Description |
---|---|---|
main.label | Reset your password | The label of the main password reset page |
main.instructions | Enter your user account's email address and we will send you a password reset link. | The instructions of the main password reset page |
main.instructions.submitted | An email have been sent to you with a link to reset your password. | The instructions of the main password reset page after it have been submitted |
main.submit.button | Send password reset email | The text of the submit button of the main password reset page |
main.error | That address is not a verified email address or has been deactivated | Default error message when email submission failed |
main.page.header | Forgot your password? | Page header of the main password reset page |
main.login.button | Go to Login page | Login button text of the main password reset page |
main.email | Enter your email address | Email input label of the main password reset page |
email.subject | Please reset your password | The subject of password reset email |
email.content | We received a request to reset the password on your account. You can use the following link to reset your password: ${tokenurl} If you don’t use this link within 1 hour, it will expire. To get a new password reset link, visit ${url} Thanks | The content of password reset email. Email content support parameters to be replaced: ${url} - the url to the password reset page ${tokenurl} - the url to the password reset page including token |
email.error | Password reset email could not be sent. Please contact support. | Default error message to display when an email could not be sent |
email.success.subject | Your password was reset | Subject of confirmation email |
email.success.content | Hello, We wanted to let you know that your password was reset. If you did not perform this action, you can recover access by entering your email address into the form at ${url} Please do not reply to this email with your password. We will never ask for your password, and we strongly discourage you from sharing it with anyone. | Content of confirmation email. Email content support parameters to be replaced: ${url} - the url to the password reset page ${tokenurl} - the url to the password reset page including token |
password.label | Reset your password | Label of the password entry page |
password.instructions | Enter your new password below | Instruction of the password entry page |
password.instructions.submitted | Your password have been changed. | Instruction of the password entry page once submission is completed |
password.submit.button | Change your password | Text of the submit button of the password entry page |
password.password.label | Enter you new password | Password input label of the password entry page |
password.passwordConfirm.label | Confirm you new password | Password confirmation input label of the password entry page |
password.error | Your password could not be updated | Default error message of the password entry page |
password.error.expired | This link has expired. | Ticket expiration message of the password entry page |
password.error.invalid | Invalid password. Try again. | Invalid password message of the password entry page |
password.error.match | The passwords does not match. | Unmatched password message of the password entry page |
password.page.header | Reset your password | Page header of the password entry page |
password.login.button | Go to Login page | Login button text of the password entry page |