Add render_value to various PasswordInput fields.
Review Request #5346 — Created Jan. 28, 2014 and submitted — Latest diff uploaded
Add
render_value
to variousPasswordInput
fields.For password inputs that are part of settings (LDAP auth, mail host, and
repository), the password wasn't pre-populated into the form, which meant that
if you changed said settings, you'd need to re-enter the password. This is
highly annoying. I've addedrender_value=True
to the affected PasswordInput
ctors.
Checked that saving a password was "sticky".