| author | cavaliet |
| Wed, 10 Jul 2013 18:51:16 +0200 | |
| changeset 232 | d15b26230d5c |
| parent 231 | 2850b391e17c |
| child 233 | 8d47c7dbcd3b |
--- 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