Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page will show the user how to:

...

OpenSRP client authentication is managed through the OpenMRS team management module, which was developed by the IHS team in Pakistan. In order to use the module, you will first need to install it on your local OpenMRS instance (i.e., it is a custom module that does not come pre-installed with OpenMRS). Before installing the team management module, there are two dependent modules that must be installed first:

  1. OpenMRS UI Framework 3.3.1

  2. Rest Web services

Once these two modules are installed, you can get the code for the team management module from this repo. This is a maven project so you would need to run ‘mvn clean install’, and get the .omod file on the omod/target directory. Alternatively, contact us at info@smartregister.org to get the installation-ready module.

...

To create a user, you will need to click on Administration, then click on Manage Users as shown below:

Manage users.pngImage Modified


Click on Add User as shown below:

Add user.pngImage Modified

Click on the Next button under Create a new person.

Image Modified

Enter the new user details, including given name, family name, gender, username and password. Remember that the username and password you specify here will be used to log into the OpenSRP client application.  Don’t forget these very important details! 

 In the Roles section, check the following role: Provider.

Image Modified

Once you are done entering these details, click on Save User at the bottom of the page. You can now navigate to the Team Management Module to add this user to your OpenSRP team.  Click on the Administration tab in OpenMRS and scroll until you see the module, as shown below:

...

Click on Manage Teams, and then click on Add Team as shown below:

Add team.pngImage Modified

Add your OpenSRP team details, then click on Save and then click on Back to teams to return to the list of teams.  

 

Add team details.pngImage Modified


Locate your team in the list and click on Add Member as highlighted below:

Add team members.pngImage Modified

To add the user that you created earlier, check the box next to Choose Existing Person.

Choose existing member.pngImage Modified


Let’s say the user you created earlier is ‘Ndisha’, see below how OpenMRS gets the user details.

chosen member.pngImage Modified


Select the user from the dropdown. Fill in the rest of the details for this user, including a location.

For you to select more than one location, you will need to first select the first location, then hold down your ctrl key as you select the rest of the locations. Click on Add and you should be done.

 

multiple locations.pngImage Modified

Click on Back to Team List to add more users to this team - following the same process.

...