I've just reinstall the dolphin, don't know why I can't login with the usename and pass that I make, is there anyway to get the username and pass for admin? help please...
when you set up dolphin you need to specify the location of mysqld.sock file. otherwise it will appear that everything installed fine but it wont really set an admin user name and password even though install seems to go well.
Original admin password can be restored by execution this query in your DB management system like phpMyAdmin:
TRUNCATE TABLE `Admins`;
INSERT INTO `Admins` VALUES ( 'admin', md5('dolphin'));
In this case your admin login will be admin and password - dolphin.
Regards
Please help