I have an instance of openemr 3.0 whose admin account is locked out. I have direct database access, and have set the password string to a known value. No matter what, I cannot login. Heck, I have reloaded a known password from seven months ago. I keep getting “invalid username or password”.
It’s as if I need to run “flush privileges” on the database, only I know that won’t have an effect here. I HAVE restarted the database. It’s just not making sense.
Hi, I fixed this: It turns out that the database username and password were hard-coded in gacl.class.php and were not being overridden by the values in the gacl.ini.php. Not good. Once fixed, my woes went away.