Possibility to change User Preferences in admin #6450

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

Originally created by @schmittvictor on GitHub (May 5, 2022).

NetBox version

v3.2.1

Feature type

New functionality

Proposed functionality

Possibility to change the User Preferences in the admin interface.

Use case

I am currently manually editing the database to change the User preferences.
That would be useful to be able to change this setting in the user’s profile in the admin interface.

Database changes

No response

External dependencies

No response

Originally created by @schmittvictor on GitHub (May 5, 2022). ### NetBox version v3.2.1 ### Feature type New functionality ### Proposed functionality Possibility to change the User Preferences in the admin interface. ### Use case I am currently manually editing the database to change the User preferences. That would be useful to be able to change this setting in the user’s profile in the admin interface. ### Database changes _No response_ ### External dependencies _No response_
adam added the type: feature label 2025-12-29 19:40:51 +01:00
adam closed this issue 2025-12-29 19:40:51 +01:00
Author
Owner

@jeremystretch commented on GitHub (May 5, 2022):

I am currently manually editing the database to change the User preferences.

Why? You can define default preferences for all users using the DEFAULT_USER_PREFERENCES config parameter. Beyond that, users control their own preferences.

@jeremystretch commented on GitHub (May 5, 2022): > I am currently manually editing the database to change the User preferences. Why? You can define default preferences for all users using the [`DEFAULT_USER_PREFERENCES`](https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#default_user_preferences) config parameter. Beyond that, users control their own preferences.
Author
Owner

@schmittvictor commented on GitHub (May 6, 2022):

I am currently manually editing the database to change the User preferences.

Why? You can define default preferences for all users using the DEFAULT_USER_PREFERENCES config parameter. Beyond that, users control their own preferences.

Because it works only for the first log-in and since I'm constantly improving our Netbox notably with custom fields that I need to be displayed in columns.

@schmittvictor commented on GitHub (May 6, 2022): > > I am currently manually editing the database to change the User preferences. > > > > Why? You can define default preferences for all users using the [`DEFAULT_USER_PREFERENCES`](https://docs.netbox.dev/en/stable/configuration/dynamic-settings/#default_user_preferences) config parameter. Beyond that, users control their own preferences. Because it works only for the first log-in and since I'm constantly improving our Netbox notably with custom fields that I need to be displayed in columns.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6450