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.
Note:
See TracTickets
for help on using tickets.
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!