MM-12192: autocompleteUsers: if a teamId is provided, require it to match the channel's team id (#9481)

* MM-12192: unit test

* MM-1292: autocompleteUsers: if a teamId is provided, require it to match the channel's team id
This commit is contained in:
Jesse Hallam
2018-09-28 10:06:40 -04:00
committed by Harrison Healey
parent de5c8622f8
commit ee672a72e4
3 changed files with 23 additions and 0 deletions

View File

@@ -2018,6 +2018,10 @@
"id": "api.user.authorize_oauth_user.unsupported.app_error",
"translation": "Unsupported OAuth service provider"
},
{
"id": "api.user.autocomplete_users.invalid_team_id",
"translation": "Invalid team id"
},
{
"id": "api.user.check_user_login_attempts.too_many.app_error",
"translation": "Your account is locked because of too many failed password attempts. Please reset your password."