Add Password field to Bulk Importer. (#6268)

Этот коммит содержится в:
George Goldberg
2017-04-28 23:01:56 +01:00
коммит произвёл Corey Hulen
родитель 96906482ce
Коммит 6f6b7e4e97
4 изменённых файлов: 50 добавлений и 2 удалений

Просмотреть файл

@@ -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."