Log in
Forgot Password?
Please enter the information below and an email will be sent with new password instructions.
let forgotPasswordErrorInvalidUsername = "You have entered an invalid Username. Please re-enter your Username.";
let forgotPasswordErrorInvalidEmail = "You have entered an invalid email address. Please re-enter your email address.";
let forgotPasswordErrorInactiveUser = "The user's account is inactive. Please contact support.";
let forgotPasswordErrorVerificationCode = "You've entered an incorrect verification code. Please try again.";
let forgotPasswordErrorSendEmail = "Unable to send e-mail.";
let forgotPasswordModalMessageHeader = "Forgot Password";
let forgotPasswordModalMessageBodyBeforeEmail = "We've sent an email to ";
let forgotPasswordModalMessageBodyAfterEmail = "An email has been sent with a link to reset your password.";
let failedValidation = "Please correct the error(s) below.";