Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Access denied at log in - How to reset password
06-12-2015, 05:59 AM, (This post was last modified: 06-12-2015, 06:00 AM by phil.)
#2
RE: Access denied at log in - How to reset password
It is more tricky now... in older versions you could go
UPDATE www_users SET password=sha1('mynewpassword') WHERE userid='me';
you could choose between md5 and sha1 as encryption options in config.php

It is much more secure now ... would need to dig into the code in session.inc and includes to figure out a solution. There is salt (no pepper) and other stuff involved.
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply


Messages In This Thread
RE: Access denied at log in - How to reset password - by phil - 06-12-2015, 05:59 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)