OpenElis login is not working...

Dear concern, We are facing a problem for a few days that we are not being able to login at OpenElis. Don’t know why but it’s fine before… We are using .92-147 version of bahmni release… We have reinstalled the system in test server… But couldn’t get any solution… Our atomfeed.properties :

#Server properties
    feed.id.prefix=ff554579-a19f-4bf9-b245-440814b513d9
    feed.title=OpenELIS
    feed.generator.title=OpenELIS
    feed.author=OpenELIS
    ​
    #Client Properties
    feed.connectionTimeoutInMilliseconds=10000
    feed.replyTimeoutInMilliseconds=20000
    feed.maxFailedEvents=10000
    feed.failedEventMaxRetry=10
    ​
    #OpenElis specific properties
    openerp.labtest.feed.uri=http://localhost:8053/openerp-atomfeed-service/feed/product/recent
    openerp.connectionTimeoutInMilliseconds=10000
    openerp.replyTimeoutInMilliseconds=20000
    ​
    #OpenMRS data specific properties
    openmrs.auth.uri=http://localhost:8050/openmrs/ws/rest/v1/session
    openmrs.patient.feed.uri=http://localhost:8050/openmrs/ws/atomfeed/patient/recent
    openmrs.encounter.feed.uri=http://localhost:8050/openmrs/ws/atomfeed/encounter/recent
    openmrs.lab.feed.uri=http://localhost:8050/openmrs/ws/atomfeed/lab/recent
    openmrs.user=admin
    openmrs.password=test
    openmrs.connectionTimeoutInMilliseconds=10000
    openmrs.replyTimeoutInMilliseconds=20000
    productType.labTest=Test
    productType.panel=Panel
    ​
    ​
    #Reference data specific properties
    ​
    reference.data.feed.uri=http://localhost:8080/reference-data/ws/feed/recent
    reference.data.connectionTimeoutInMilliseconds=10000
    reference.data.replyTimeoutInMilliseconds=20000

I have noticed a difference between demo bahmni site and our existing server that there remains a session ID in the openelis login page of demo bahmni…

https://demo.mybahmni.org/openelis/LoginPage.do;jsessionid=A439E5229178A5CC790C1EE3535C43CC

But in our system there is no sessionID…

https://192.168.0.123/openelis/LoginPage.do

Is it creating any problem??? We are facing very much trouble for this problem as our system is on live… But we are not being able to access OpenElis… Please help anyone if you have any solution…

Alhamdulillah, We have got the solution… Thanks to @praveenad , @angshuonline, @binduak and others for helping us… Special thanks to @praveenad for spending her valuable time to solve this problem… Tracking Issue : Expired Date of login permission

Solution : `

psql -Uclinlims clinlims

`

update clinlims.login_user set password_expired_dt = '2036-05-02' where login_name = 'admin';