Opened 14 years ago

Closed 14 years ago

#13787 closed (duplicate)

AuthenticationForm renders incorrect passwords

Reported by: Jari Pennanen Owned by: nobody
Component: contrib.auth Version: 1.2
Severity: Keywords: passwordinput AuthenticationForm
Cc: Jari Pennanen Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If user fails to log in using django.contrib.auth.forms.AuthenticationForm the user is given form where password is filled with incorrect last try.

Instead AuthenticationForm's field Password should use the PasswordInput widget's parameter render_value, which turned as False would hide the incorrect passwords.

Change History (2)

comment:1 by Russell Keith-Magee, 14 years ago

Duplicate of #13316

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top