-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v2.10.8
Python version
3.6
Steps to Reproduce
- Create a new user 'user01' with 'Active' and 'Staff status' (no 'Superuser status')
- Create a new permission with 'Can view' action and the following Chosen object types: 'auth > group', 'auth > user', 'users > permission' and 'users > token'
- Assign the new permission to 'user01'
Expected Behavior
- Log in as 'user01'
- Navigate to <netbox_url>/admin
- 'user01' should see 'Groups', 'Permissions', 'Tokens' and 'Users' under the 'USERS' section on the left menu.
Observed Behavior
- 'user01' is not able to see 'Groups' and 'Users' under the 'USERS' section on the left menu.
- 'user01' is only able to see 'Permissions' and 'Tokens' under the 'USERS' section on the left menu.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application