The Official PostNuke Installation & Getting Started Guide: Revision 9939 / Preview | ||
---|---|---|
Prev | Chapter 17. Groups & Permissions | Next |
Each user can be placed in a definable Group and the entire group can be given a permission set. If you are upgrading from an older version of PostNuke, PHPNuke, or myPHPNuke, you will have new Groups defined for each of the author permissions that you had previously defined. These groups are set up during the upgrade, but you will need to manually configure their permissions.
IMPORTANT NOTE: It is critically important that the ORDER of the Groups is correct. Permissions are applied in order, from the top down. The system stops looking for permissions when it finds the first Group that matches, so if one line gives everyone access to everything, a later line will NOT be able to take that access away. Be very careful.
If a user is a member of 2 or more Groups, the Groups are evaluated in the order they are listed in Administration -> Permissions.
Example: The user is put into two Groups: "GroupA" and "GroupB". GroupA has explicit access to a particular feature. GroupB explicitly does NOT have access to that feature. Since GroupA is evaluated first, the user will have access to that particular feature.
From Administration -> Groups:
Creating Groups: To create a Group, select the 'Add A New Group' option. Type the name of the new group, and click the 'New Group' button. The group will be created.
Adding a User to a Group: To add a user to a Group, select the Group name, and click the 'Add a user to this Group' link. You will be shown a drop-down list of users who are not currently members of this Group. Choose the user to add to this Group and select the 'Confirm' button to add that user to the Group.
Removing a User from a Group: To remove a user from a Group, select the Group name. A list of users who are currently part of that Group is shown. To remove a user select the 'Delete' link next to the user's name.
Renaming a Group: To rename a Group, select the Group name and click the 'Modify Group' link. Rename the Group as desired, and then click 'Rename group' to save the changes.
Deleting a Group: To delete a Group, select the 'Delete' link next to the Group that you wish to delete. A confirmation page will be displayed. Select "Yes" to permanently delete this Group, or "No" to abort Group deletion.
IMPORTANT NOTE: The user accounts of members of a particular Group are NOT deleted when you delete a Group.