Difference between revisions of "Roles"

From Contensive Wiki
Jump to: navigation, search
(Created page with "A Role is collection of rights given to a user to perform a set of tasks. Within Contensive there are several hard-coded roles, and the ability to create custom roles are need...")
 
Line 1: Line 1:
 
A Role is collection of rights given to a user to perform a set of tasks. Within Contensive there are several hard-coded roles, and the ability to create custom roles are needed.
 
A Role is collection of rights given to a user to perform a set of tasks. Within Contensive there are several hard-coded roles, and the ability to create custom roles are needed.
  
==Developer==
+
; Developer : When you are logged in to a people record that is marked as developer, you have the developer role.There are no limitations to the developer role.
When you are logged in to a people record that is marked as developer, you have the developer role.There are no limitations to the developer role.
+
  
==Administrator==
+
; Administrator : When you are logged in to a people record that is marked as administrator, you have the administrator role. Administrators can edit any content on the site as well as people records.
When you are logged in to a people record that is marked as administrator, you have the administrator role. Administrators can edit any content on the site as well as people records.
+
  
 
The primary limitation to Administrators is they cannot access or modify data that is marked "developer only", and it typically reserved for security or high risk data.
 
The primary limitation to Administrators is they cannot access or modify data that is marked "developer only", and it typically reserved for security or high risk data.
  
==Content Manager==
+
; Content Manager : A content manager can edit selected content on the site, like just pages under the about us section, or just file uploads, etc. To be a content manager, you have to be logged in and added to a group which has been configured to manager the content.
A content manager can edit selected content on the site, like just pages under the about us section, or just file uploads, etc. To be a content manager, you have to be logged in and added to a group which has been configured to manager the content.
+
  
==User==
+
; User : A user is a person who has logged into a people record which has no other special roles assigned.
A user is a person who has logged into a people record which has no other special roles assigned.
+
  
==Guest==
+
; Guest : A guest is a person who has not logged in.  
A guest is a person who has not logged in.  
+
  
==Group Permissions==
+
; Group Permissions : Typically, special permissions in the application can be easily created and managed with groups. When you create a group and add people to the group, you can assign permissions to group, like access to member pages.
Typically, special permissions in the application can be easily created and managed with groups. When you create a group and add people to the group, you can assign permissions to group, like access to member pages.
+

Revision as of 16:59, 26 September 2016

A Role is collection of rights given to a user to perform a set of tasks. Within Contensive there are several hard-coded roles, and the ability to create custom roles are needed.

Developer 
When you are logged in to a people record that is marked as developer, you have the developer role.There are no limitations to the developer role.
Administrator 
When you are logged in to a people record that is marked as administrator, you have the administrator role. Administrators can edit any content on the site as well as people records.

The primary limitation to Administrators is they cannot access or modify data that is marked "developer only", and it typically reserved for security or high risk data.

Content Manager 
A content manager can edit selected content on the site, like just pages under the about us section, or just file uploads, etc. To be a content manager, you have to be logged in and added to a group which has been configured to manager the content.
User 
A user is a person who has logged into a people record which has no other special roles assigned.
Guest 
A guest is a person who has not logged in.
Group Permissions 
Typically, special permissions in the application can be easily created and managed with groups. When you create a group and add people to the group, you can assign permissions to group, like access to member pages.