[SOLVED] Â Lost Password No Longer Working |
3/7/2013 11:15:39 AM |
PHPRunner General questions | |
W
wfcentral author
For some reason I just noticed that the lost password feature in my project is no longer working. My client reported that one of his workers was having trouble retrieving a forgotten password. |
|
![]() |
Admin 3/7/2013 |
According to what I see - you use md5 password encryption (PHPRunner 6.1 or PHPRunner 6.2 standard). md5 is a one way hash function, passwords cannot be decryption. Password reminder function creates a new password and sends it you. So this is in fact a password reset. |
W
|
wfcentral author 3/7/2013 |
According to what I see - you use md5 password encryption (PHPRunner 6.1 or PHPRunner 6.2 standard). md5 is a one way hash function, passwords cannot be decryption. Password reminder function creates a new password and sends it you. So this is in fact a password reset. If something doesn't work as expected post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
![]() |
Admin 3/7/2013 |
Without seeing your project and data we can only guess and my guess is that something is not right with project or server configuration. |
W
|
wfcentral author 3/7/2013 |
Without seeing your project and data we can only guess and my guess is that something is not right with project or server configuration.
|
![]() |
Admin 3/7/2013 |
How do you want us to help you? |
W
|
wfcentral author 3/8/2013 |
How do you want us to help you?
|
![]() |
Admin 3/8/2013 |
Makes sense. Thank you for the update. |