Skip to content

Commit cef8d67

Browse files
committed
Move note under info on accepted params
1 parent 42ae221 commit cef8d67

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/api_endpoints.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Basic
1313

1414
- /rest-auth/logout/ (POST, GET)
1515

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-
1816
- token
1917

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+
2020
- /rest-auth/password/reset/ (POST)
2121

2222
- email
@@ -37,7 +37,6 @@ Basic
3737
- old_password
3838
- token
3939

40-
4140
.. note:: ``OLD_PASSWORD_FIELD_ENABLED = True`` to use old_password.
4241
.. note:: ``LOGOUT_ON_PASSWORD_CHANGE = False`` to keep the user logged in after password change
4342

0 commit comments

Comments
 (0)