We have also moved from using views to use custom listing. To see this list you need to enable subuser_ui module. If you still want to use views you don't have to enable that module.
What works:
- Creating subusers: configurable based on permissions what roles can create and what roles of users they can create.
- Switching users.
- Optional to storage of relation.
- Relations stored using relation.
- Editing and deleting (canceling) subusers.
What does not:
- Upgrade path from 6.x-1.x.
- Block/Unblocking subusers.
- Limiting number of subusers.
What works:
- Creating subusers: configurable based on permissions what roles can create and what roles of users they can create.
- Switching users.
- Optional to storage of relation.
- Relations stored using relation.
What does not:
- Upgrade path from 6.x-1.x.
- Editing, deleting, or block/unblocking subusers.
- Limiting number of subusers.
subuser 6.x-1.2, 2009-11-10
---------------------------
- Changes:
* Remove race condition that caused a notice to be thrown.
* #572038: Create 'administer subusers' permission.
* Remove notice when user registered.
* Standardize hook_user() view array.