Merge pull request #5927 from overleaf/ab-specific-registration-error-messages

Return specific and translated registration form error messages

GitOrigin-RevId: 4c7787e36a1e02b944afb252ad89efa68584c32e
This commit is contained in:
Timothée Alby 2021-12-14 14:25:52 +01:00 committed by Copybot
parent c96bb1551c
commit e225f6e8d7

View file

@ -596,6 +596,11 @@
"send": "Send",
"sending": "Sending",
"invalid_password": "Invalid Password",
"invalid_password_not_set": "Password is required",
"invalid_password_too_short": "Password too short, minimum __minLength__",
"invalid_password_too_long": "Maximum password length __maxLength__ exceeded",
"invalid_password_invalid_character": "Password contains an invalid character",
"invalid_password_contains_email": "Password can not contain email address",
"error": "Error",
"other_actions": "Other Actions",
"send_test_email": "Send a test email",