claytondaley / DAM4

DAM4 Wrapper for the ResourceSpace Digital Asset Management system
Other
3 stars 0 forks source link

Replicate User Admin Security Features #9

Open claytondaley opened 9 years ago

claytondaley commented 9 years ago

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 commented 9 years ago

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

claytondaley commented 9 years ago

See if filters and annotations can automate the filtering process.