-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
[admin] Allow non-superadmins to manage their own users #32
Comments
Needs automated tests
|
Premise, I forgot to tell you I found out this issue: openwisp/openwisp-utils#14 I was writing a very long reply but I wanted to shorten it: I think I'm either misunderstanding you or something may not be clear. f I misunderstood something or something is not clear let me know. |
Needs automated tests
- operator is able to see and edit users of the organizations in which they are admin - `is_superuser` column hidden in list view - `is_superuser` column hidden in add/change view - operator is only able to add/change users in their own organization organization Closes #32
- operator is able to see and edit users of the organizations in which they are admin - `is_superuser` column hidden in list view - `is_superuser` column hidden in add/change view - operator is only able to add/change users in their own organization organization Closes #32
- operator is able to see and edit users of the organizations in which they are admin - `is_superuser` column hidden in list view - `is_superuser` column hidden in add/change view - operator is only able to add/change users in their own organization organization Closes #32
- operator is able to see and edit users of the organizations in which they are admin - `is_superuser` column hidden in list view - `is_superuser` column hidden in add/change view - operator is only able to add/change users in their own organization organization Closes #32
- operator is able to see and edit users of the organizations in which they are admin - `is_superuser` column hidden in list view - `is_superuser` column hidden in add/change view - operator is only able to add/change users in their own organization organization Closes #32
- operator is able to see and edit users of the organizations in which they are admin - `is_superuser` column hidden in list view - `is_superuser` column hidden in add/change view - operator is only able to add/change users in their own organization organization Closes #32
[multi-tenancy] Hide content from operators #32
Users which are not a superadmins but have permissions to edit users should work be able to do so in the following way:
is_superuser
column in listis_superuser
field in change form (now is readonly)I started some of this in branch https://github.com/openwisp/openwisp-users/tree/issues/32 but I don't have time to finish all these items, help is greatly appreciated.
EDIT: follow up with list of things done and to do on #38
The text was updated successfully, but these errors were encountered: