More Detailed Access Control Customization
|
||
More fine-grained access control to various QPR Portal sections is available by customizing the following files located in <Path to All Users profile>\Application Data\QPR Software\QPR 8\8.1\Templates\WAS\Portal by default or in C:\ProgramData\QPR Software\QPR 8\8.1\Templates\WAS\Portal folder in Windows Vista and later versions:
• | headeritems.ini |
• | actionheaderitems.ini |
• | documentsheaderitems.ini |
• | mycontentsheaderitems.ini |
• | processesheaderitems.ini |
• | qlikviewheaderitems.ini |
• | scorecardsheaderitems.ini |
All sections in the abovementioned files support an additional RequiredAccessLevel option, which has the following format:
RequiredAccessLevel=[Product]=[AccessLevel] (,[Product]=[AccessLevel])
Supported products are:
• | PO = Portal |
• | PG = ProcessGuide |
• | SC = ScoreCard |
• | UM = User Management |
Supported access levels are:
• | None |
• | View |
• | Update |
• | Full |
Example: Allow access to Portal view users:
RequiredAccessLevel=PO=View
Example: Allow access to ProcessGuide update users and ScoreCard view users:
RequiredAccessLevel=PG=Update, SC=View