X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ad7569ba83d33a796b896e6dfc9641edcaf272c3..11014041527e050c889dfb8899e0fb87945b5513:/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"),