Unable to login after password request change made

Situation
I can no longer login after asking emr to request password changes after 60 days. Did not realize it would completely log me out without asking me to reset at that point. I need help urgently.

OpenEMR Version
I’m using OpenEMR version v4.1.2 (7)

Browser:
I’m using:chrome

Operating System
I’m using: wind 10

Logs
I am not sure how to do that.

hi @Dolores_Saenz, have you tried to set admin password to pass?

UPDATE `users_secure` SET `password` = “$2a$05$MKtnxYsfFPlb2mOW7Qzq2Oz61S26s5E80Yd60lKdX4Wy3PBdEufNu”, `salt` = “$2a$05$MKtnxYsfFPlb2mOW7Qzq2b$” WHERE `username` = “admin”

Thank you I was able to fix it.