docs: Fix simple typo, enpoint -> endpoint

There is a small typo in docs/configuration.rst.

Should read `endpoint` rather than `enpoint`.
This commit is contained in:
Tim Gates 2020-03-04 18:43:04 +11:00
parent 624ad01afb
commit 616e7b973c
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -48,6 +48,6 @@ Configuration
- **REST_USE_JWT** - Enable JWT Authentication instead of Token/Session based. This is built on top of django-rest-framework-jwt http://getblimp.github.io/django-rest-framework-jwt/, which must also be installed. (default: False) - **REST_USE_JWT** - Enable JWT Authentication instead of Token/Session based. This is built on top of django-rest-framework-jwt http://getblimp.github.io/django-rest-framework-jwt/, which must also be installed. (default: False)
- **OLD_PASSWORD_FIELD_ENABLED** - set it to True if you want to have old password verification on password change enpoint (default: False) - **OLD_PASSWORD_FIELD_ENABLED** - set it to True if you want to have old password verification on password change endpoint (default: False)
- **LOGOUT_ON_PASSWORD_CHANGE** - set to False if you want to keep the current user logged in after a password change - **LOGOUT_ON_PASSWORD_CHANGE** - set to False if you want to keep the current user logged in after a password change