Replies: 1 comment 1 reply
-
Select "Admin" from the "Admin" menu to get into the Django administration subsite, which lets you create users and groups. Normal users by default have no permissions at all. You have to grant them permissions even to view things. This is described in the manual here. Normally it's best to add permissions to a group, and assign users to one or more groups. As a short-cut, if you want to grant all users "read permission to everything", you can set
in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Apologies if I'm asking this in the wrong place .
I've just installed Netbox on CentOS and I only seem to have the superuser login available to me. How do I add users, and is it possible to restrict their access to Netbox to read-only ?
THanks
Beta Was this translation helpful? Give feedback.
All reactions