MichaelScofield Posted December 1, 2009 Share Posted December 1, 2009 I've got version 4.1.1 installed. This one has the option in admin zone to "Disable MD5 Clients Password" which I have ticked. When I output the full array using AfterModuleCreate hook like this: $vars = func_get_args(); print_r($vars); In the output the passwords for the customer zone as well as cPanel are still encrypted. How can I view / decrypt these passwords to a plain text format? I need this because I want to: 1) Keep passwords for the customer zone and cPanel syncronized. I.e whenever user changes his password for the client zone it would set the same password for cPanel. 2) I want to use this password to automatically create an account in another application using hooks. Any input would be much appreciated. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.