Add render_value to various PasswordInput fields.
Review Request #5346 — Created Jan. 28, 2014 and submitted
Add
render_valueto variousPasswordInputfields.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=Trueto the affected PasswordInput
ctors.
Checked that saving a password was "sticky".