mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
Fix incorrect name for email_password secret in settings template.
Fixes #49.
This commit is contained in:
@@ -48,7 +48,7 @@ SSO_APPEND_DOMAIN = None
|
||||
EMAIL_HOST = 'smtp.gmail.com'
|
||||
EMAIL_HOST_USER = ''
|
||||
# If you're using password auth, you will need to put the password in
|
||||
# /etc/zulip/zulip-secrets.conf as email_host_password.
|
||||
# /etc/zulip/zulip-secrets.conf as email_password.
|
||||
EMAIL_PORT = 587
|
||||
EMAIL_USE_TLS = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user