-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non Staff User Unable to delete devices #522
Comments
Superusers have all permissions implicitly. Staff status merely controls access to the admin UI. How are you attempting to delete a device? |
From the main page, Then Error msg comes up. I'm not sure why by not having the "Staff Status" checked this error would come up. Like you said, "Superuser Status" should imply all permissions within the app. Forgot to mention that I'm running 1.5.2. |
The cause of this bug was a bit of old code that's no longer needed:
|
…en bulk deleting objects
I have a user configured with security configured as "Active" and "Superuser Status" but not "Staff Status".
When this user tries to delete a device they get an error:
"You are authenticated as <username>, but are not authorized to access this page. Would you like to login to a different account?"
I have also tried to assign all user permissions without checking the "Staff Status"box and that still fails.
My goal is to have operational users accounts that can perform all of the functions but not access the Admin site.
Any suggestions?
The text was updated successfully, but these errors were encountered: