Closed (fixed)
Project:
Subuser
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2010 at 01:04 UTC
Updated:
13 Apr 2011 at 08:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
osmanI did a quick test, and wanted to share my experience:
Has anyone have different experiences?
I would like to have administration page to modify the existing relations within the parent and subuser accounts. I'll open a ticket for that thou.
Thanks,
Comment #2
jeffreyvddb commentedCould it be possible to add the following functionality: When you have the 'administer subusers' perm, you can edit the basic information of a subuser. Could it be possible to add a feature that you can block and/or delete a subuser? This way, the parent can manage 'their' subusers.
Also, I think it should be nice to block subusers when the parent user is blocked. Same for deletion: if a parent user is deleted, the subusers need to be deleted also. Or they should be placed in another role.
Comment #3
blakehall commentedHere's a patch for attempting to solve at least the first part of this problem.
It handles blocking, unblocking, role changes, and deleted (configurable) users.
As it stands, with this patch, when parent users are blocked, unblocked or have their roles changed the same changes are applied to subusers. For deletes there is an added configuration option on the settings form to choose between: Do Nothing, Block the Subusers, Delete the Subusers. It would be nice to also add an option to transfer the subusers to a configurable role when they're deleted.
I can see arguments for each of these (not just user deletion) being configurable, but this seemed like a good enough first pass. What do other folks think?
Comment #4
add1sun commentedJust updating the title and categories. :-)
Comment #5
blakehall commentedCommitted to 6.x-1.x.
Comment #6
jhrizz commentedNice! Does this include group memberships? I will download and play asap! Thank you!