]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/email.py
Should allow us to bypass the problem in some database imported from SX whit the...
[osqa.git] / forum / settings / email.py
index 583ab0d42f24d23fccbba88c3b216cbe56d7997e..71a7136df5b280daaedee55237043dccf0fcc762 100644 (file)
@@ -31,7 +31,7 @@ EMAIL_HOST_PASSWORD = Setting('EMAIL_HOST_PASSWORD', '', EMAIL_SET, dict(
 label = _("Email Password"),\r
 help_text = _("The password for your SMTP connection."),\r
 required=False,\r
-widget=PasswordInput))\r
+widget=PasswordInput(render_value=True)))\r
 \r
 EMAIL_USE_TLS = Setting('EMAIL_USE_TLS', False, EMAIL_SET, dict(\r
 label = _("Use TLS"),\r
@@ -43,6 +43,11 @@ label = _("Site 'from' Email Address"),
 help_text = _("The address that will show up on the 'from' field on emails sent by your website."),\r
 required=False))\r
 \r
+DEFAULT_REPLY_TO_EMAIL = Setting('DEFAULT_REPLY_TO_EMAIL', '', EMAIL_SET, dict(\r
+label = _("Site 'reply-to' Email Address"),\r
+help_text = _("The address that will show up on the 'reply-to' field on emails sent by your website."),\r
+required=False))\r
+\r
 EMAIL_SUBJECT_PREFIX = Setting('EMAIL_SUBJECT_PREFIX', '', EMAIL_SET, dict(\r
 label = _("Email Subject Prefix"),\r
 help_text = _("Every email sent through your website will have the subject prefixed by this string. It's usually a good idea to have such a prefix so your users can easily set up a filter on their email clients."),\r