Login problem in orangehrm 2.7

Technical Information on OrangeHRM

Moderator: Admin

Login problem in orangehrm 2.7

Postby josenet2004 » Wed Mar 14, 2012 9:49 am

After have installed orangehrm 2.7 sucessfully, I tried to login with admin user and a correct password, but it display login page again without any messages. If I Type a incorrect password, then it works fine, it displays an "invalid credentials" error message.

Please, tell me what I can do to solve this problem.

Thank you.
josenet2004
 
Posts: 1
Joined: Wed Mar 14, 2012 9:40 am

Re: Login problem in orangehrm 2.7

Postby madhusanka » Thu Mar 15, 2012 12:22 pm

Hi josenet2004,

Note that the password is case sensitive.

If you need to reset the password manually, you need to run the following SQL query on your OrangeHRM database. Assume that your new password is 'admin123', and the username of the default admin is 'admin'.

Code: Select all
UPDATE `ohrm_user` SET `user_password` = MD5('admin123') WHERE `user_name` = 'admin' LIMIT 1;
madhusanka
 
Posts: 166
Joined: Mon Aug 11, 2008 1:47 pm


Return to OrangeHRM

Who is online

Users browsing this forum: No registered users and 1 guest