Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Overview
This module helps you figure out what privileges are required to perform a particular task, and then assists you with assigning those privileges to roles.
...
- Recording privilege checks while performing a particular task by the given user
- Assigning privileges to roles of the chosen user
Download
- https://modulesaddons.openmrs.org/#/modulesshow/vieworg.openmrs.jsp?module=.privilegehelper
- Code: openmrs-module-privilegehelper @ github
...
The module requires PrivilegeListener to be in core (currently available in 1.10 rev:27765, in 1.9.1 rev:27768 and in 1.8.4 rev:27769). You can also apply a simple patch to your version of OpenMRS to have the functionality. You can read more about PrivilegeListener here and in the related ticket TRUNK-3365.
If your version of OpenMRS supports PrivilegeListener you can download and install the module from our module repository.
User's guide
On the OpenMRS Administration screen, under "Privilege Helper Module", select the "Log privilege checks" link.
...