From 6f6b7e4e97f466ee0f29c96b7fee0d9b98ce751c Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Fri, 28 Apr 2017 23:01:56 +0100 Subject: Add Password field to Bulk Importer. (#6268) --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 2aa8dd150..48491e3e9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3095,6 +3095,14 @@ "id": "app.import.validate_user_import_data.auth_data_length.error", "translation": "User AuthData is too long." }, + { + "id": "app.import.validate_user_import_data.auth_data_and_password.error", + "translation": "User AuthData and Password are mutually exclusive." + }, + { + "id": "app.import.validate_user_import_data.pasword_length.error", + "translation": "User Password has invalid length." + }, { "id": "app.import.validate_user_import_data.auth_service_length.error", "translation": "User AuthService should not be empty if it is provided." -- cgit v1.2.3-1-g7c22