Opened 20 years ago
Closed 20 years ago
#675 closed defect (fixed)
[Patch] PasswordField does not respect length and maxlength parameters
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Core (Other) | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The render method of PasswordField does not make use of length and maxlength parameters. Simple patch included.
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | password_field.diff added |
|---|
comment:1 by , 20 years ago
| Summary: | PasswordField does not respect length and maxlength parameters → [Patch] PasswordField does not respect length and maxlength parameters |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
small patch (from svn diff) that fixes ticket #675