I have a strange problem with changing passwords for users from ISPConfig. I'm running Ubuntu 6.06 server with ISPConfig 2.2.13. When I set password (from ISPConfig panel) for some user to: 0123456789 user can login even if he type 012345678 or 0123456787... (I'm obviosly using password containing characters and numbers but this is just for example). After that when I change password using 'passwd' to 0123456789, user can log in _only_ with that password: 0123456789. Any suggestions?
Can you try to set $go_info["server"]["password_hash"] to md5 in /home/admispconfig/ispconfig/lib/config.inc.php?
I have changed it to md5, tested it with bunch of passwords and it's now working great! Thank you falko!