From 851c1ec8d3e65ce388688fb0b5fa8ea50be125aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Alby?= Date: Tue, 14 Dec 2021 14:25:52 +0100 Subject: [PATCH] Merge pull request #5927 from overleaf/ab-specific-registration-error-messages Return specific and translated registration form error messages GitOrigin-RevId: 4c7787e36a1e02b944afb252ad89efa68584c32e --- services/web/locales/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 26610bceef..b77aa0b0e1 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -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",