Changes between Initial Version and Version 1 of Ticket #21293, comment 9


Ignore:
Timestamp:
Mar 11, 2014, 8:27:26 AM (10 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21293, comment 9

    initial v1  
    22> Commit a962286b74f1e8c8cb19fb45a057800da8c2fb56 https://github.com/django/django/commit/a962286b74f1e8c8cb19fb45a057800da8c2fb56 breaks the default template for /user/password/reset/,
    33
    4 Are you sure this happened actually is for the password reset view (the one in which the user enters his email address so a token is sent there)?
     4Are 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)?
    55
    6 AFAIK there is no access to that particular view from the admin app and the two password related pages there are
     6AFAIK there is no access to that particular view from the admin app and the only two password related pages there are:
    77
    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 can force a new password on any user (i.e. `/admin/auth/user/<pk>/password/`).
     8a) The one in which a staff user can set his new password by entering the old one (i.e. `/admin/password_change/`) and
     9b) 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/`).
    1010
    1111Yes, the naming is a bit confusing :)
Back to Top