In the Security (now Users) section, you can:
- delete a user from the top level security group - which deletes them from all associated groups, and the database (using the delete button - a red X)
- remove a user from a specific group (also using the delete button - a red X)
This action is somewhat misleading. It would be better in my opinion, to visually distinguish the two actions - perhaps a red minus sign for removing a user from a group, so that it is obvious that you are not deleting the user altogether, just removing from a group.
Anyone else had this problem, or think this is a good suggestion?
:)
--
You received this message because you are subscribed to the Google Groups "SilverStripe Core Development" group.
To post to this group, send email to silverst...@googlegroups.com.
To unsubscribe from this group, send email to silverstripe-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/silverstripe-dev?hl=en.
I agree that it's misleading. However, the problems come when a user is in two groups of quite distinct purpose. For example, Administrators and Forum Members. If people delete an administrator, they may not be aware that this is also going to delete the forum member too.
One possible solution is to have the behaviour of the "Delete use altogether" button can look to see whether this user appears in other groups.
- If they're don't exist in other groups, delete them entirely.
- If they do exist in other groups, say "are you sure that you want remove this user from Forum Members, too?"