hi guys,
I am having the same issue as enggal had and I have tried the suggested solution which does not work for me.
here is some info from "select * from ost_staff\G;
*************************** 1. row ***************************
staff_id: 1
dept_id: 1
role_id: 1
username: ostadmin
firstname: john
lastname: smith
passwd: dd303252c449375e9dff17ad5d022c85
Am I missing anything from the below command?
\MySQL [johnticket]> update ost_staff set passwd =md5('ostpassword') where username='ostadmin';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
It looks like the command completes fine but when I try to log in using userid: ostadmin password: ostpassword it still doen't work.
Any suggestions?
Thank you.