Add render_value to various PasswordInput fields.

Review Request #5346 — Created Jan. 28, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-1.7.x

Reviewers

Add render_value to various PasswordInput 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 added render_value=True to the affected PasswordInput
ctors.

Checked that saving a password was "sticky".

    Loading...