Opened 18 years ago
Closed 17 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 , 18 years ago
| Component: | Uncategorized → Documentation |
|---|
comment:2 by , 17 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 17 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is one of the things covered by #6674