Jump to content

How do I view passwords in plain text?


Recommended Posts

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated