Skip to content
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

Replicate User Admin Security Features #9

Open
2 tasks
claytondaley opened this issue Mar 11, 2015 · 2 comments
Open
2 tasks

Replicate User Admin Security Features #9

claytondaley opened this issue Mar 11, 2015 · 2 comments
Labels

Comments

@claytondaley
Copy link
Owner

From ResourceSpace permissions page:

U (upper case) Can manage users in children groups to the user's group only

  • Restrict list of Users visible on UserList
  • Restrict list of Groups available on Create and Edit screens

From ResourceSpace config.default.php:

"U" permission allows management of users in the current group as well as children groups. TO test stricter adherence to the idea of "children only", set this to true.
$U_perm_strict=true;

@claytondaley
Copy link
Owner Author

See NestedSet implementation for Doctrine 2 to make it easy to check parent relationships.

@claytondaley
Copy link
Owner Author

See if filters and annotations can automate the filtering process.

@claytondaley claytondaley changed the title Replicate Security Features Replicate User Admin Security Features Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant