Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
10.82 KB
MD5: 9ffed67282c18d564df9adcd9df3bb1b
SHA-1: 8f2cfea32c50d39b752884cf49228ab0cc5daf25
SHA-256: 80d80ac732d9e881df1432e91bae804af553078afae2bb0a59cbbc7ca30c081e
Download zip
13.16 KB
MD5: f0ca915be9b0f443a772bc21145e27b7
SHA-1: f9d96478ad9ccbd56cdf71a996022b2261cee083
SHA-256: 6abbf000f71177261c00e544f747340971f94a09b2985773ec34d5676fa49ae2
Release notes
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.
2faa4a2 Goto 'user' when switching to subuser and 'user/#/subuser' when returning.
be5dde6 Provide 'switch to user' user_operation.
e91edac update code comments and rearrange code.
b348387 Cleanup hook_permission() in subuser_switch.
799d995 Take advantage of views_bulk_operations.
d8d6c31 Move the ability to switch to a subuser to a sub-module.
bedfa1a Do not bother to support relation and views being optional since that usecase really just requires user/enitiy access API.