REMOTE_AUTH_AUTO_CREATE_USER needs default changed to True #4688

Closed
opened 2025-12-29 19:19:31 +01:00 by adam · 2 comments
Owner

Originally created by @crouthamela on GitHub (Mar 20, 2021).

Change Type

Correction

Area

  • Installation instructions
  • Configuration parameters
  • Functionality/features
  • REST API
  • Administration/development
  • Other

Proposed Changes

In Optional Settings:

REMOTE_AUTH_AUTO_CREATE_USER
Default: False

should be:

REMOTE_AUTH_AUTO_CREATE_USER
Default: True

To match the shipped configuration.py default.

Originally created by @crouthamela on GitHub (Mar 20, 2021). ### Change Type Correction ### Area - [ ] Installation instructions - [X] Configuration parameters - [ ] Functionality/features - [ ] REST API - [ ] Administration/development - [ ] Other ### Proposed Changes In Optional Settings: REMOTE_AUTH_AUTO_CREATE_USER Default: False should be: REMOTE_AUTH_AUTO_CREATE_USER Default: True To match the shipped configuration.py default.
adam added the type: documentation label 2025-12-29 19:19:31 +01:00
adam closed this issue 2025-12-29 19:19:32 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 24, 2021):

The default value for REMOTE_AUTH_AUTO_CREATE_USER (which not defined) is indeed False as the documentation states; see settings.py. I'm open to changing either the default value or its value within the example config given a compelling argument, however the documentation is correct as it stands.

@jeremystretch commented on GitHub (Mar 24, 2021): The default value for `REMOTE_AUTH_AUTO_CREATE_USER` (which not defined) is indeed `False` as the documentation states; see [`settings.py`](https://github.com/netbox-community/netbox/blob/0321ae0a7f0638487bdfcced8b4feb993ee3e44d/netbox/netbox/settings.py#L106). I'm open to changing either the default value or its value within the example config given a compelling argument, however the documentation is correct as it stands.
Author
Owner

@crouthamela commented on GitHub (Mar 24, 2021):

Ah ok. I didn't realize the example config differed from the default settings.py. In that case it was just some confusion on my part and we can close this out.

@crouthamela commented on GitHub (Mar 24, 2021): Ah ok. I didn't realize the example config differed from the default settings.py. In that case it was just some confusion on my part and we can close this out.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4688