Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to login with correct user name and password
06-20-2012, 07:14 PM,
#5
RE: Unable to login with correct user name and password
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
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply


Messages In This Thread
RE: Unable to login with correct user name and password - by phil - 06-20-2012, 07:14 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)