Document password reset URL change
This commit is contained in:
parent
a6e1876b93
commit
ca808e1d67
|
@ -208,11 +208,11 @@ Reset Password
|
|||
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 token:
|
||||
|
|
|
@ -41,7 +41,7 @@ Quick Reference
|
|||
.. http:get:: /user/
|
||||
.. http:post:: /password/change/
|
||||
.. http:post:: /password/reset/
|
||||
.. http:post:: /rest-auth/password/reset/confirm/
|
||||
.. http:post:: /password/reset/confirm/
|
||||
.. http:get:: /members/(id)/
|
||||
.. http:post:: /members/
|
||||
.. http:patch:: /members/(id)/
|
||||
|
|
Loading…
Reference in New Issue
Block a user