Author |
|
shashi_nsp Newbie


Joined: 01 March 2009 Location: Oman
Online Status: Offline Posts: 6
|
Posted: 13 August 2013 at 1:12am | IP Logged
|
|
|
How to store password in normal text in database.
By default its storing encrypted password. But How to change to store normal text password?
|
Back to Top |
|
|
Igor AfterLogic Support

Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6136
|
Posted: 13 August 2013 at 1:15am | IP Logged
|
|
|
Look for EncodePassword and DecodePassword functions in the code, they provide algorithms for encoding/decoding password; feel free to modify their code to achieve what you need.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|