This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
user_groups [2022/04/11 17:46] antreas |
user_groups [2023/11/21 18:45] (current) chris |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== Groups ==== | + | ===== Groups ===== |
- | PMA.core supports the notion of Groups which you can find under the //User management -> Groups// menu. A groups is simply **a named list of users** in which you can apply [[user_cruudd|permissions]]. There is a special group named //Everyone// which cannot be deleted or edited that every PMA.core user is always a member of | + | PMA.core supports user "Groups" which you can find under the //User management -> Groups// menu. A Group is simply **a named list of users** in which you can apply [[user_cruudd|permissions]]. There is a special Group named //Everyone// which cannot be deleted or edited, which every PMA.core user is always a member of |
{{ :groups_list.jpg?600 |}} | {{ :groups_list.jpg?600 |}} | ||
==== List and search ==== | ==== List and search ==== | ||
- | In the main list page you can see a paginated list of all groups defined in the system. Each row (except the everyone group) has the following options for the corresponding group: | + | In the main list page you can see a paginated list of all groups defined in the system. Each row (except the Everyone Group) has the following options for editing it: |
* Edit | * Edit | ||
* Details | * Details | ||
Line 11: | Line 11: | ||
* Remove | * Remove | ||
- | On the top part of this page you can search a specific group either by clicking on the initial letter on the //Quick Lookup// option, or by typing part of the name in the search text box and pressing enter | + | At the top of this page you can search a specific group either by clicking on the initial letter on the //Quick Lookup// option, or by typing part of the name in the search text box and pressing enter |
==== Add ==== | ==== Add ==== | ||
- | You can create a new group by clicking on the //Add// button on the top right corner of the list page. To create a new you simply need to provide a **name** for this group | + | You can create a new group by clicking on the //Add// button on the top right corner of the list page. To create a new Group you simply need to provide a **name** for it |
{{ ::group_name.jpg?600 |}} | {{ ::group_name.jpg?600 |}} | ||
==== Edit ==== | ==== Edit ==== | ||
- | After creating a new group or by clicking on the //Edit// button on the list page you can modify a group. In this page you can add and remove users that are members of this group. You can also modify the group name. | + | After creating a new Group or by clicking on the //Edit// button on the list page you can modify a Group. In this page you can add and remove users to this Group. You can also modify the Group name. |
- | * Select one or more users on the left side panel and click the '>>' button to //add// the selected users to the group | + | * Select one or more users on the left side panel and click the '>>' button to //add// the selected users to the Group |
- | * Select one or more users on the right side panel and click the '<<' button to //remove// the selected users to the group | + | * Select one or more users on the right side panel and click the '<<' button to //remove// the selected users to the Group |
{{ ::groups_edit.jpg?600 |}} | {{ ::groups_edit.jpg?600 |}} | ||
==== Audit trail ==== | ==== Audit trail ==== | ||
- | Clicking on the Audit Trail tab of a group will display a chronological list of all changes performed to a group, as well as all changes performed to the permissions of that group | + | Clicking on the Audit Trail tab of a Group will display a chronological list of all changes performed to the Group, as well as all changes performed to the permissions of that Group |
This list contains the following useful info about a change in chronological order: | This list contains the following useful info about a change in chronological order: | ||
Line 33: | Line 33: | ||
* EventDate: The date the change occurred | * EventDate: The date the change occurred | ||
* UserLogin: The user that performed the change | * UserLogin: The user that performed the change | ||
- | * Id, Name: The id and name of the group, before and after the changes | + | * ID, Name: The ID and name of the Group, before and after the changes |
{{ ::group_audit_trail.jpg?600 |}} | {{ ::group_audit_trail.jpg?600 |}} | ||
==== Details ==== | ==== Details ==== | ||
- | Clicking on the details tab or the details option in the list page will take you to a page to inspect all aspects of a group in a glance. In this page you can see | + | Clicking on the details tab or the details option in the list page will take you to a page to inspect all aspects of a Group in a glance. In this page you can see |
- | * The group name | + | * The Group name |
- | * A list of all users that are members of this group | + | * A list of all users that are members of this Group |
- | * A permissions summary table. This is a list of all root directories available to the system along with all permissions applied to this group. For a list of all types of permissions available see [[user_cruudd|Permissions]] | + | * A permissions summary table. This is a list of all root directories available to the system along with all permissions applied to this Group. For a list of all types of permissions available see [[user_cruudd|Permissions]] |
{{ ::group_details.jpg?600 |}} | {{ ::group_details.jpg?600 |}} |