Difference between revisions of "PT Profile Roles"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == The profile roles are setup through the Site Configuration and ProfileRoles Component. These roles es…')
 
Line 10: Line 10:
 
* [optional] /ADF/apps/pt_profile/customcf/profile_manager.cfm
 
* [optional] /ADF/apps/pt_profile/customcf/profile_manager.cfm
 
** Profile Manager script iterates over the profile roles to display what the logged in user has permissions to access/view.  To make a new role render, this needs to be updated manually.
 
** Profile Manager script iterates over the profile roles to display what the logged in user has permissions to access/view.  To make a new role render, this needs to be updated manually.
 +
 +
[[How_to_add_profile_role | Add a new profile role]]
  
  
 
[[Category:Profile]]
 
[[Category:Profile]]
 
[[Category:Customization]]
 
[[Category:Customization]]

Revision as of 22:58, 24 January 2010

Overview

The profile roles are setup through the Site Configuration and ProfileRoles Component. These roles establish the permissions of the profile and what subsites and/or templates the profile page will be derived. This allows the same profile information to be used for multiple displays through out the site.

This will differ for the purpose of the application. If the profiles were implemented in an educational institution, then roles could be 'student', 'faculty', and 'staff'. If implemented for healthcare, the roles could be 'doctor', 'surgeon', 'nurse', and 'staff'.

Configuration Points

  • /SiteName/_cs_apps/config/ptProfile.xml
  • ProfileRoles Component
  • [optional] /ADF/apps/pt_profile/customcf/profile_manager.cfm
    • Profile Manager script iterates over the profile roles to display what the logged in user has permissions to access/view. To make a new role render, this needs to be updated manually.

Add a new profile role