mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Email gateway bot variable name changed to EMAIL_GATEWAY_BOT
(imported from commit 01c430bd9b916c9bb152ee821214495333f1d37e)
This commit is contained in:
@@ -313,7 +313,7 @@ Run this command out of a cron job.
|
||||
"""
|
||||
|
||||
def handle(self, **options):
|
||||
if (not settings.EMAIL_GATEWAY_BOT_ZULIP_USER or not settings.EMAIL_GATEWAY_LOGIN or
|
||||
if (not settings.EMAIL_GATEWAY_BOT or not settings.EMAIL_GATEWAY_LOGIN or
|
||||
not settings.EMAIL_GATEWAY_PASSWORD or not settings.EMAIL_GATEWAY_IMAP_SERVER or
|
||||
not settings.EMAIL_GATEWAY_IMAP_PORT or not settings.EMAIL_GATEWAY_IMAP_FOLDER or
|
||||
not email_gateway_user):
|
||||
|
||||
@@ -223,7 +223,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
|
||||
'TWITTER_ACCESS_TOKEN_KEY': '',
|
||||
'TWITTER_ACCESS_TOKEN_SECRET': '',
|
||||
'EMBEDLY_KEY': '',
|
||||
'EMAIL_GATEWAY_BOT_ZULIP_USER': None,
|
||||
'EMAIL_GATEWAY_BOT': None,
|
||||
'EMAIL_GATEWAY_LOGIN': None,
|
||||
'EMAIL_GATEWAY_PASSWORD': None,
|
||||
'EMAIL_GATEWAY_IMAP_SERVER': None,
|
||||
|
||||
Reference in New Issue
Block a user