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"
]
}