X-Git-Url: https://git.openstreetmap.org/osqa.git/blobdiff_plain/d3b0d0f597e0f84246dd755c6de3f29770134b44..7794c77e43f8c29ceefd58f446aef98e15d181ea:/forum/settings/email.py diff --git a/forum/settings/email.py b/forum/settings/email.py index 7922385..71a7136 100644 --- a/forum/settings/email.py +++ b/forum/settings/email.py @@ -31,7 +31,7 @@ EMAIL_HOST_PASSWORD = Setting('EMAIL_HOST_PASSWORD', '', EMAIL_SET, dict( label = _("Email Password"), help_text = _("The password for your SMTP connection."), required=False, -widget=PasswordInput)) +widget=PasswordInput(render_value=True))) EMAIL_USE_TLS = Setting('EMAIL_USE_TLS', False, EMAIL_SET, dict( label = _("Use TLS"),