Opened 15 years ago
Closed 15 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 , 15 years ago
comment:2 by , 15 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #13316