Closes #4676: Set default value of REMOTE_AUTH_AUTO_CREATE_USER as False in docs

This commit is contained in:
kobayashi
2020-05-26 01:23:23 -04:00
parent 1f5d2520c3
commit 9cde377133
2 changed files with 2 additions and 1 deletions

View File

@@ -385,7 +385,7 @@ When remote user authentication is in use, this is the name of the HTTP header w
## REMOTE_AUTH_AUTO_CREATE_USER
Default: `True`
Default: `False`
If true, NetBox will automatically create local accounts for users authenticated via a remote service. (Requires `REMOTE_AUTH_ENABLED`.)