Opened 16 years ago

Closed 16 years ago

#7081 closed (duplicate)

Not rendering value of field that uses PasswordInput widget

Reported by: jordanl Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: PasswordInput widget render value
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Documentation should be added to explain how, on failed form submissions, to not render the value of a field that uses PasswordInput widget. The solution seems to be:

some_widget = PasswordInput(render_value=False)

Change History (3)

comment:1 by jordanl, 16 years ago

Component: UncategorizedDocumentation

comment:2 by Jeff Anderson, 16 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Karen Tracey, 16 years ago

Resolution: duplicate
Status: newclosed

This is one of the things covered by #6674

Note: See TracTickets for help on using tickets.
Back to Top