//New entries added on 01/27/2014 - DAP Social Login / Social Signup var MSG_FIRST_NAME = "Sorry, the first name field cannot be empty"; var MSG_EMAIL = "Sorry, the Email field cannot be empty"; var MSG_CAPTCHA = "Sorry, the Captcha Code cannot be empty"; //New entry MSG_EMAIL_INVALID added on 07/14/2011 var MSG_EMAIL_INVALID = "Sorry, invalid email id: May not contain blank spaces or special characters"; var MSG_MISSING_INFO = "Please enter missing information..."; var MSG_ENTER_EMAIL = "Please enter your email address before we can email you the password"; var MSG_ENTER_PASSWORD = "Sorry, the password field may not be empty"; var MSG_PASSWORDS_MISMATCH = "'Password' doesn't match 'Repeat Password'. Please try again..."; var MSG_PASSWORD_INVALID = "Sorry, password contains invalid characters. Please choose from numbers and alphabets only."; var MSG_UPDATING_PROFILE = "Please wait... Updating User Profile ..."; var MSG_OPTOUT_WARNING = "WARNING: If you uncheck this box, you will NOT receive product and account related emails. Do you still wish to unsubscribe? (NOT RECOMMENDED)"; var MSG_NO_SPECIAL = "Sorry, no special characters allowed"; var MSG_PASSWORD_LENGTH = "Sorry, password cannot be more than 20 characters."; var MSG_INVALID_PASS = "Sorry, only allowed characters are abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@%*\/\"<=>_'|#!&+`$^?:,(){}[]~-.";