You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api_endpoints.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Basic
13
13
14
14
- /rest-auth/logout/ (POST, GET)
15
15
16
-
.. note:: ``ACCOUNT_LOGOUT_ON_GET = True`` to allow logout using GET - this is the exact same configuration from allauth. NOT recommended, see: http://django-allauth.readthedocs.io/en/latest/views.html#logout
17
-
18
16
- token
19
17
18
+
.. note:: ``ACCOUNT_LOGOUT_ON_GET = True`` to allow logout using GET - this is the exact same configuration from allauth. NOT recommended, see: http://django-allauth.readthedocs.io/en/latest/views.html#logout
19
+
20
20
- /rest-auth/password/reset/ (POST)
21
21
22
22
- email
@@ -37,7 +37,6 @@ Basic
37
37
- old_password
38
38
- token
39
39
40
-
41
40
.. note:: ``OLD_PASSWORD_FIELD_ENABLED = True`` to use old_password.
42
41
.. note:: ``LOGOUT_ON_PASSWORD_CHANGE = False`` to keep the user logged in after password change
0 commit comments