Add Password field to Bulk Importer. (#6268)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
96906482ce
Коммит
6f6b7e4e97
@@ -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."
|
||||
|
||||
Ссылка в новой задаче
Block a user