Fix incorrect name for email_password secret in settings template.

Fixes #49.
This commit is contained in:
Tim Abbott 2015-09-27 17:05:29 -07:00
parent d2f5937d89
commit b6c1f1d162
1 changed files with 1 additions and 1 deletions

View File

@ -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