Opened 19 years ago

Closed 19 years ago

#675 closed defect (fixed)

[Patch] PasswordField does not respect length and maxlength parameters

Reported by: seancazzell@… 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)

password_field.diff (998 bytes ) - added by seancazzell@… 19 years ago.
small patch (from svn diff) that fixes ticket #675

Download all attachments as: .zip

Change History (3)

by seancazzell@…, 19 years ago

Attachment: password_field.diff added

small patch (from svn diff) that fixes ticket #675

comment:1 by anonymous, 19 years ago

Summary: PasswordField does not respect length and maxlength parameters[Patch] PasswordField does not respect length and maxlength parameters

comment:2 by Jacob, 19 years ago

Resolution: fixed
Status: newclosed

(In [1022]) Fixed #675: PasswordFields now respect length and maxlength params

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