Error: Invalid Username or Password - OpenMRS Patient Chart Project

Hey, I was working on the openmrs-patient-chart project, and everything was working normally until yesterday.

However, when I booted up the project today, I couldn’t log in with the credentials:

  • Username: admin
  • Password: Admin123

The error message displayed is:
“Invalid username or password.”

Additionally, in the session API for authentication, the response is:

{
    "authenticated": false,
    "locale": "en",
    "allowedLocales": [
        "en",
        "en-GB",
        "es",
        "fr",
        "he",
        "km",
        "ar",
        "vi",
        "pt",
        "zh"
    ]
}

Thank you, the other credentials worked.

1 Like