I change it via an sql update command
mysql -uroot -p
use iredadmin;
UPDATE mysql.user SET Password=PASSWORD('new-password') WHERE User='iredadmin' AND Host='host-name';
I change the password as you suggest in :
/var/www/iredadmin/settings.ini
And hurray the web interface returned back, but still not possible to login with the new password :-(((((
Pulling al my hair out !!!!
Is there any way to solve my problem??