Changes between Initial Version and Version 1 of Ticket #21293, comment 9
- Timestamp:
- Mar 11, 2014, 8:27:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21293, comment 9
initial v1 2 2 > Commit a962286b74f1e8c8cb19fb45a057800da8c2fb56 https://github.com/django/django/commit/a962286b74f1e8c8cb19fb45a057800da8c2fb56 breaks the default template for /user/password/reset/, 3 3 4 Are you sure this happened actually isfor the password reset view (the one in which the user enters his email address so a token is sent there)?4 Are you sure this happened actually for the password reset view (the one in which the user enters his email address so a token is sent there)? 5 5 6 AFAIK there is no access to that particular view from the admin app and the two password related pages there are6 AFAIK there is no access to that particular view from the admin app and the only two password related pages there are: 7 7 8 a) the one in which a staff user can set his new password by entering the old one (i.e. `/admin/password_change/`) and9 b) the one in which a superusercan force a new password on any user (i.e. `/admin/auth/user/<pk>/password/`).8 a) The one in which a staff user can set his new password by entering the old one (i.e. `/admin/password_change/`) and 9 b) The one in which a superuser (or a staff user with the right permissions) can force a new password on any user (i.e. `/admin/auth/user/<pk>/password/`). 10 10 11 11 Yes, the naming is a bit confusing :)