From 4c075e45f43f7d61ce09927fa862e9a91ae7ec8c Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Tue, 18 Jun 2019 07:56:18 -0400 Subject: [PATCH] MM-15788: Unmasks errors related to max team members and accounts. (#11233) --- api4/user.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api4/user.go b/api4/user.go index 87efd12fe2..d95a9b467b 100644 --- a/api4/user.go +++ b/api4/user.go @@ -1255,6 +1255,8 @@ func login(c *Context, w http.ResponseWriter, r *http.Request) { "api.user.login.inactive.app_error", "api.user.login.not_verified.app_error", "api.user.check_user_login_attempts.too_many.app_error", + "app.team.join_user_to_team.max_accounts.app_error", + "store.sql_user.save.max_accounts.app_error", } maskError := true