Default Permission #9714
-
Hi everyone, I'm trying to define a default permission on netbox, since I create a new user, it comes as default, that's possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can set the permission on a group, and make new users members of that group by default. This works for remote authentication with If the objective is simply that all users should get read access to Netbox, or read access to certain object types, then use |
Beta Was this translation helpful? Give feedback.
You can set the permission on a group, and make new users members of that group by default. This works for remote authentication with
REMOTE_AUTH_DEFAULT_GROUPS
. If you are using local authentication, I think you might need to remember to add them to the group when you create the user.If the objective is simply that all users should get read access to Netbox, or read access to certain object types, then use
EXEMPT_VIEW_PERMISSIONS
andLOGIN_REQUIRED
.