Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the URL that this module defines: dj_rest_auth/urls.py: path('password/reset/confirm/', PasswordResetConfirmView.as_view(), name='rest_password_reset_confirm'), As such, the URL name it should use is rest_password_reset_confirm. Also, remove false documentation, which recommended to define a password_reset_confirm URL "like in the demo" but the demo includes this URL, with rest_password_reset_confirm, not password_reset_confirm: path('password/reset/confirm/', PasswordResetConfirmView.as_view(), name='rest_password_reset_confirm'),
- Loading branch information