 var mandatory = "it's required";
 var not_an_email = "this is not a valid e-mail";
 var password_not_equal = "password confirmation does not match";
 var use_at_least_6 = "use at least 6 chars";