From f999440cc68f57e32667bc8b195f7ad45d1ef62c Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Tue, 4 Mar 2014 17:43:39 -0500 Subject: [PATCH] Add bot1@customer36.invalid to the list of API super users (imported from commit 07767022db0f894d398d0031053f93439258ea0d) --- zproject/local_settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zproject/local_settings.py b/zproject/local_settings.py index 1429342c39..9993bd7818 100644 --- a/zproject/local_settings.py +++ b/zproject/local_settings.py @@ -192,7 +192,8 @@ ZULIP_ADMINISTRATOR = 'support@zulip.com' # Also note -- the email gateway bot is automatically added. API_SUPER_USERS = set(["tabbott/extra@mit.edu", "irc-bot@zulip.com", - "bot1@customer35.invalid"]) + "bot1@customer35.invalid", + "bot1@customer36.invalid"]) ADMINS = ( ('Zulip Error Reports', 'errors@zulip.com'),