webERP Forum
Unable to login with correct user name and password - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: How To ? (http://www.weberp.org/forum/forumdisplay.php?fid=6)
+--- Thread: Unable to login with correct user name and password (/showthread.php?tid=265)



Unable to login with correct user name and password - revrora - 06-13-2012

Tried to login this morning with my usual admin and password combo but it gave me the error;

incorrect password
The user/password combination
is not a valid user of the system

I have reset the password in the database with phpmyadmin. I have also checked the file permissions for the weberp directory, just in case the host has reset them but they all seems ok. Huh

I am able to login with an employee account that I created in setup, but I need to login to the main admin account again to continue setting things up.

What can I do next?








RE: Unable to login with correct user name and password - Exsonqu_Qu - 06-13-2012

Hi,

You cannot use phpmyadmin directly. Just revise the password back for admin, and the password is 'f0f77a7f88e7c1e93ab4e316b4574c7843b00ea4'. It's hashed password-weberp.

Then you can modify your password with setup->user maintenance. Then edit it.

Best regards!

Exson


RE: Unable to login with correct user name and password - revrora - 06-13-2012

Exson, That worked perfectly!
Many thanks Big Grin
Trevor


RE: Unable to login with correct user name and password - razorjetin - 06-16-2012

Dear Exon,

Then, is it i actually a security breach?

any one with this hash can logon to any account and could tamper the whole system.
Please clarify...

Razor.


RE: Unable to login with correct user name and password - phil - 06-20-2012

No - Exson's post just explains how to set the password using phpMyAdmin - if anyone has access to phpMyAdmin then this is the security breach as any data is visible can be changed etc.

to set the password in mysql client or phpMyAdmin use:

UPDATE www_users SET password=sha1('my_new_password') WHERE userid='my_user_id';

where 'my_new_password' is your new password in plain text and
where 'my_user_id' is your webERP username