Updating user attributes on oauth login (#5324)

Moving update function to app package
Fixing duplicate userID on create user test
Этот коммит содержится в:
Poornima
2017-02-27 00:18:01 +05:30
коммит произвёл Joram Wilander
родитель 04f4545bbd
Коммит c0bb6f99f8
6 изменённых файлов: 237 добавлений и 4 удалений

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

@@ -2339,6 +2339,10 @@
"id": "api.user.create_oauth_user.not_available.app_error",
"translation": "{{.Service}} SSO through OAuth 2.0 not available on this server"
},
{
"id": "api.user.update_oauth_user_attrs.get_user.app_error",
"translation": "Could not get user from {{.Service}} user object"
},
{
"id": "api.user.create_profile_image.default_font.app_error",
"translation": "Could not create default profile image font"