Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to login with correct user name and password
06-20-2012, 07:14 PM
Post: #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
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


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

Forum Jump:


User(s) browsing this thread: 1 Guest(s)