mirror of https://github.com/zulip/zulip.git
Fix incorrect name for email_password secret in settings template.
Fixes #49.
This commit is contained in:
parent
d2f5937d89
commit
b6c1f1d162
|
@ -48,7 +48,7 @@ SSO_APPEND_DOMAIN = None
|
||||||
EMAIL_HOST = 'smtp.gmail.com'
|
EMAIL_HOST = 'smtp.gmail.com'
|
||||||
EMAIL_HOST_USER = ''
|
EMAIL_HOST_USER = ''
|
||||||
# If you're using password auth, you will need to put the password in
|
# 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_PORT = 587
|
||||||
EMAIL_USE_TLS = True
|
EMAIL_USE_TLS = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue