Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the is_staff field from the user model #16137

Open
jeremystretch opened this issue May 14, 2024 · 0 comments
Open

Remove the is_staff field from the user model #16137

jeremystretch opened this issue May 14, 2024 · 0 comments
Labels
breaking change This change modifies or removes some previously documented functionality complexity: medium Requires a substantial but not unusual amount of effort to implement needs milestone Awaiting prioritization for inclusion with a future NetBox release status: backlog Awaiting selection for work type: feature Introduction of new functionality to the application
Milestone

Comments

@jeremystretch
Copy link
Member

NetBox version

v4.0.2

Feature type

Change to existing functionality

Proposed functionality

Remove the is_staff boolean field from our custom user model. (This will involve no longer subclassing the AbstractUser parent class.)

Use case

This field was carried over from Django's stock user model in NetBox v4.0. It was previously used to control access to the Django admin UI, but will no longer have any significance once support for the admin UI is completely removed.

Database changes

Removes the is_staff field from users.User.

External dependencies

None

@jeremystretch jeremystretch added type: feature Introduction of new functionality to the application needs milestone Awaiting prioritization for inclusion with a future NetBox release status: backlog Awaiting selection for work complexity: medium Requires a substantial but not unusual amount of effort to implement breaking change This change modifies or removes some previously documented functionality labels May 14, 2024
@jeremystretch jeremystretch added this to the v4.2 milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This change modifies or removes some previously documented functionality complexity: medium Requires a substantial but not unusual amount of effort to implement needs milestone Awaiting prioritization for inclusion with a future NetBox release status: backlog Awaiting selection for work type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

1 participant