|
|
Alexey admin 2/26/2008 |
|
Hi, $strPassword=md5($strPassword);
$strPassword=sha1($strPassword);
$strPassword=strtoupper(sha1($strPassword)); |
|
|
B
|
bigbarruda author 2/27/2008 |
|
Changing that code in the login.php file makes no difference. I still get 'invalid login'. |
|
|
|
Alexey admin 2/28/2008 |
|
Hi, |
|
|
S
|
steveh 3/20/2008 |
|
It would be a useful enhancement if you could add an option to the login config for custom code here (like the custom format code on screens and reports etc). |
|
|
|
Alexey admin 3/20/2008 |
|
Steve, |
|
|
S
|
steveh 3/20/2008 |
|
It looks as though the before login event is missign a value, it needs strSQL passed in to be able to affect that? |
|
|
O
|
olegsg 10/29/2009 |
|
How to change HASH function in PHPRunner 5.1 ? (Can't find $strPassword=md5($strPassword); in login.php file) |
|
|
|
Sergey Kornilov admin 10/29/2009 |
|
Olegsg, |
|
|
O
|
olegsg 11/2/2009 |
|
Olegsg, make sure 'Password encryption' option is turned on in PHPRunner.
|
|