diff --git a/apiserver/docs/source/api.rst b/apiserver/docs/source/api.rst index 48f3943..a60aba3 100644 --- a/apiserver/docs/source/api.rst +++ b/apiserver/docs/source/api.rst @@ -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: diff --git a/apiserver/docs/source/apioverview.rst b/apiserver/docs/source/apioverview.rst index 5687885..08d54cb 100644 --- a/apiserver/docs/source/apioverview.rst +++ b/apiserver/docs/source/apioverview.rst @@ -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)/