Log in
Forgot Password?
Enter your information below and we'll send you an email with your new password instructions.
let forgotPasswordErrorInvalidUsername = "Your Username is incorrect. Please verify.";
let forgotPasswordErrorInvalidEmail = "The e-mail address is incorrect. Please verify.";
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 = "We've sent you an email with a link to reset your password.";
let failedValidation = "Please correct the error(s) below.";