Opened 9 years ago

Closed 9 years ago

#26030 closed Bug (worksforme)

Password change, not validate if is current user.

Reported by: Rodolfo Silva Owned by: nobody
Component: contrib.auth Version: 1.9
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

Case you try change password through url at user form. An this case no validate if is current user.

http://127.0.0.1:8000/admin/auth/user/1/password/

Sorry for my bad english.

Change History (1)

comment:1 by Tim Graham, 9 years ago

Resolution: worksforme
Status: newclosed

What error do you encounter? I think we'll need a sample project to reproduce it as I have no trouble and we have tests for this case. Thanks!

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