MM-28090 User settings api when ldap sync (#16822)

Automatic Merge
Этот коммит содержится в:
Max Erenberg
2021-03-22 14:02:16 -04:00
коммит произвёл GitHub
родитель 4aac52bced
Коммит 6a77e24adc
12 изменённых файлов: 395 добавлений и 3 удалений

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

@@ -3586,6 +3586,10 @@
"id": "api.user.oauth_to_email.not_available.app_error",
"translation": "Authentication Transfer not configured or available on this server."
},
{
"id": "api.user.patch_user.login_provider_attribute_set.app_error",
"translation": "Field '{{.Field}}' must be set through user's login provider."
},
{
"id": "api.user.promote_guest_to_user.no_guest.app_error",
"translation": "Unable to convert the guest to regular user because is not a guest."
@@ -3726,6 +3730,10 @@
"id": "api.user.update_user.accepted_guest_domain.app_error",
"translation": "The email you provided does not belong to an accepted domain for guest accounts. Please contact your administrator or sign up with a different email."
},
{
"id": "api.user.update_user.login_provider_attribute_set.app_error",
"translation": "Field '{{.Field}}' must be set through user's login provider."
},
{
"id": "api.user.update_user_auth.invalid_request",
"translation": "Request is missing either AuthData or AuthService parameter."
@@ -3750,6 +3758,10 @@
"id": "api.user.upload_profile_user.encode.app_error",
"translation": "Could not encode profile image."
},
{
"id": "api.user.upload_profile_user.login_provider_attribute_set.app_error",
"translation": "Profile picture must be set through user's login provider."
},
{
"id": "api.user.upload_profile_user.no_file.app_error",
"translation": "No file under 'image' in request."