Resetting Admin Password
This is an old revision of the document!
It seems like the password must be typed and not copy/paste at least on the install part. good to know ;o)
The default login is : admin
The default password is : 123123
If you are having troubles and want to reset it to a different password, just run:
- UPDATE `admin_user` SET `password`=MD5('mypassword') WHERE `username`='admin';

