diff --git a/dashboard/oidc_auth.py b/dashboard/oidc_auth.py index 3688f728..f68ae80c 100644 --- a/dashboard/oidc_auth.py +++ b/dashboard/oidc_auth.py @@ -114,7 +114,8 @@ def error_message(self): log back in.' elif error_code == "notingroup": error_text = "Sorry, you do not have permission to access {client}. \ - Please contact eus@mozilla.com if you should have access.".format( + Please contact the application owner for access. If unsure who that \ + may be, please contact ServiceDesk@mozilla.com for support.".format( client=self.data.get("client") ) elif error_code == "accesshasexpired":