Hi, all I had a problem with CS UI login.
I installed CS4.0 on CentOS6.4, I can open http://[management-server-ip]:8080/client but I cannot log in (I was told that the username or password was incorrect). The credential I used is "admin:password" and I think it is correct. >From google-chrome's development tool, I can see that http://[management-server-ip]:8080/client/api I did check the passwd in the mysql mysql -u root -ppassword cloud mysql> SELECT id,username,password FROM user WHERE username = 'admin'; +----+----------+----------------------------------+ | id | username | password | +----+----------+----------------------------------+ | 2 | admin | 5f4dcc3b5aa765d61d8327deb882cf99 | +----+----------+----------------------------------+ ideas ??? regards -- Owen Marinas | System Administrator | Mate1.com Inc. 4200 Saint Laurent Blvd., Suite 550 Montreal, QC H2W 2R2
