]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/settings/email.py
render the value of the email password in the settings page, otherwise it gets lost...
[osqa.git] / forum / settings / email.py
index 7922385fc2f37fe49b05b0c2471add59b5088fa6..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