Unable to reset admin password for Icinga web interface using MySQL

I searched my notes and found an entry where I tried the same.

Here I only used openssl passwd -1 "geheimespasswort" without the -salt 10 attribute.

If you can’t change the password of your icinga web administrator you can create a new user:

INSERT INTO icingaweb_user (name, active, password_hash) VALUES ('icingaadmin', 1, '<hash>');
1 Like