Add bot1@customer36.invalid to the list of API super users

(imported from commit 07767022db0f894d398d0031053f93439258ea0d)
This commit is contained in:
Zev Benjamin 2014-03-04 17:43:39 -05:00
parent 2a3a98228e
commit f999440cc6
1 changed files with 2 additions and 1 deletions

View File

@ -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'),