netbox icon indicating copy to clipboard operation
netbox copied to clipboard

Implement a custom User and Group Model

Open arthanson opened this issue 2 years ago • 3 comments

NetBox version

v3.5.2

Feature type

Data model extension

Proposed functionality

Implement and use a custom User and Group model.

Use case

This would allow us to extend the User and Group model in the future (like adding a description to the Group model, which would be useful). It would also make them more compatible with the rest of the codebase allowing better use of the custom list and bulk views as we are moving the admin of those items from Django admin to NetBox.

Database changes

would need custom migrations for these new models.

External dependencies

No response

arthanson avatar Jun 01 '23 20:06 arthanson

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide.

github-actions[bot] avatar Aug 31 '23 04:08 github-actions[bot]

blocking on #13647

arthanson avatar Jan 12 '24 17:01 arthanson

Re-openining this to tackle a custom group model as well.

jeremystretch avatar Feb 26 '24 12:02 jeremystretch