var ERR_FILL_ALL_REQUIRED_FIELDS = "Please fill all the required fields.\n";

//*************************** START USER ***********************
var USER_REQUIRED_FIELD = "The {0} is a required field.";

// validation messages in the change password form.
var USER_PASSWORDS_NOT_MATCHED = "Password and Confirm Password do not match.";
//*************************** END USER  ***********************