Move authentication backends

This commit is contained in:
Jeremy Stretch
2020-06-01 13:47:34 -04:00
parent a4af270ea8
commit 26d7c21314
4 changed files with 4 additions and 4 deletions

View File

@@ -384,7 +384,7 @@ NetBox can be configured to support remote user authentication by inferring user
## REMOTE_AUTH_BACKEND
Default: `'utilities.auth_backends.RemoteUserBackend'`
Default: `'netbox.authentication.RemoteUserBackend'`
Python path to the custom [Django authentication backend](https://docs.djangoproject.com/en/stable/topics/auth/customizing/) to use for external user authentication, if not using NetBox's built-in backend. (Requires `REMOTE_AUTH_ENABLED`.)