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