Login error after upgrade to 2.12.3

After upgrade to Version 2.12.3 via “apt upgrade” login to icingaweb2 is rejected with the following error message: “All configured authentication methods failed. Please check the system log or Icinga Web 2 log for more information.”
Before upgrade the login with same user/password was successful.

Syslog says:

Icinga\Exception\AuthenticationException in /usr/share/php/Icinga/Authentication/User/DbUserBackend.php:233 with message: Failed to authenticate user "icinga2admin" against backend "icingaweb2". An exception was thrown: <- Icinga\Exception\ProgrammingError in /usr/share/php/Icinga/Repository/DbRepository.php:774 with message: Unable to find a valid table for column "password_hash" to join into "user"

User icinga2admin (including password_hash) exists in icingaweb_user table in database icingaweb2.
I’ve already created a new icingaadmin user in table icingaweb_user, but error message is the same (except different user name).

Icinga Web 2 version: 2.12.3
Director version: 1.11.4
Icinga 2 version used: r2.14.5-1
PHP version used: 8.2.28
OS: Debian 12

Does anyone has the same problem or can give me a hint how I could resolve this login problem?

Kind Regards
Gunnar

Upgrade to 2.12.4, which got released due to this only a few hours later :slight_smile:

1 Like

Thank you very much.
That was too easy. :wink: