Versions Compared

Key

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

This guide is currently In-Progress. Over the next few months, content will be added to it. 

If you have any suggestions or would like to add pages which talk about the functionality of Bahmni, please feel free to add them.

Purpose and Benefits

<Brief Intro about Security in OpenELIS>

Built-in Roles

Role NameAccessNotes
   
   
   

 











Reset Password of a User

One can change the password of any user, by logging into the system as an Administrator, and then go to Administration → Manage Users. Select the user, and click on Edit. Now you can set a new password for the user. 

If you are locked out as an Administrator because you forgot the password, then to reset it, you will need to fire the following Update query in the Lab Database. 

Code Block
# Connect to the clinlims database
> psql -Uclinlims clinlims
 
# Fire the following update query to change the password to 'adminADMIN!'
> update login_user set password = 'n2OrWHXVm/BQsgd1YZJoCA==' where login_name = 'admin';


# Sometimes the user password expires because date is in the past. In this case run the query (date format: YYYY-MM-DD):
> update login_user set password_expired_dt = '2025-06-30' where login_name = 'admin';

 

 



Tip
titleOn this Page

Table of Contents

Panel
titleColorwhite
titleBGColor#1FA5A0
titleOther Security Roles and Privileges

Child pages (Children Display)
alltrue
pageSecurity Roles and Privileges
sorttitle
first2

Panel
titleColorwhite
titleBGColor#1FA5A0
titleRelated Links

<Any external links>