| changeset 232 | d15b26230d5c |
| parent 229 | 8a02a23cdaba |
| child 271 | 4e7178ce5688 |
--- a/src/egonomy/config.py.tmpl Wed Jul 10 15:31:59 2013 +0200 +++ b/src/egonomy/config.py.tmpl Wed Jul 10 18:51:16 2013 +0200 @@ -150,5 +150,5 @@ EMAIL_USE_TLS = %(email_use_tls)s EMAIL_HOST = '%(email_host)s' EMAIL_HOST_USER = '%(email_host_user)s' -EMAIL_HOST_PASSWORD = '%(email_host_user)s' +EMAIL_HOST_PASSWORD = '%(email_host_password)s' EMAIL_PORT = %(email_port)d