J
|
Jepsen 1/30/2010 |
PHPRunner uses MD5 as its encryption algorithm |
A
|
alandob author 1/31/2010 |
The problem I have is the "original" password is already encrypted with MD5 and I would like to know how I can copy this data into the PHPRunner password table so that it's still valid. I think PHPRunner encrupts an already encrypted field and I want to input this directly so that it doesn't do this. |
![]() |
Admin 2/1/2010 |
You can move existing data creating a dump of this table in phpMyAdmin and running generated SQL query against your new database. |
A
|
alandob author 2/1/2010 |
If I run the PHPRunner login setup step, and link the password element to the MYSQL table (original data) with the MD5 data I cannot login. For example, using MD5 data field "e10adc3949ba59abbe56e057f20f883e" which equals "abcdefg" originally (it doesn't, just an example) then try to login using "abcdefg" as the password - it doesn't work. |
J
|
Jane 2/2/2010 |
Hi, |
A
|
alandob author 2/2/2010 |
Works!!! Many thanks |