#31913: PasswordResetConfirmView results in NoReverseMarch
------------------------------+--------------------------------------
Reporter: bvermeulen | Owner: nobody
Type: Bug | Status: closed
Component: contrib.auth | Version: 3.1
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
------------------------------+--------------------------------------
Changes (by felixxm):
* status: new => closed
* resolution: => invalid
* component: Uncategorized => contrib.auth
Comment:
In Django 3.1, the password reset mechanism uses the SHA-256 hashing
algorithm for tokens, see da4923ea87124102aae4455e947ce24599c0365b. You're
regexp is too strict, you should use `path('reset/<uidb64>/<token>/',
...)` as
[https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#adding-a
-password-reset-feature documented].
--
Ticket URL: <https://code.djangoproject.com/ticket/31913#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/068.87e2cef14f3ddc0396395e5c66a9defc%40djangoproject.com.