Document password reset URL change

This commit is contained in:
Tanner Collin 2020-06-23 20:59:58 +00:00
parent a6e1876b93
commit ca808e1d67
2 changed files with 4 additions and 4 deletions

View File

@ -208,11 +208,11 @@ Reset Password
Confirm Reset Confirm Reset
+++++++++++++ +++++++++++++
.. http:post:: /rest-auth/password/reset/confirm/ .. http:post:: /password/reset/confirm/
The uid and token are found in the email sent: The uid and token are found in the email message:
``/password-reset/confirm/{uid}/{token}/`` ``/password/reset/confirm/{uid}/{token}/``
:json uid: :json uid:
:json token: :json token:

View File

@ -41,7 +41,7 @@ Quick Reference
.. http:get:: /user/ .. http:get:: /user/
.. http:post:: /password/change/ .. http:post:: /password/change/
.. http:post:: /password/reset/ .. http:post:: /password/reset/
.. http:post:: /rest-auth/password/reset/confirm/ .. http:post:: /password/reset/confirm/
.. http:get:: /members/(id)/ .. http:get:: /members/(id)/
.. http:post:: /members/ .. http:post:: /members/
.. http:patch:: /members/(id)/ .. http:patch:: /members/(id)/