I'm using webform to collect some data that is used to change a database in another CMS. I have 2 fields: username and password, that are used to create an account in the second CMS. Password field is encrypted using this module, but I need to decrypt it before passing the value to the second CMS.

At the moment I'm using this:

$pass=decrypt($pass);

But when I create an account using this method, I cannot login to the second CMS. It works only if I choose "Encrypt Method: None"

Thanks for your help.

Comments

greggles’s picture

Status: Active » Postponed (maintainer needs more info)

When you say that it's "encrypted with this module" what method are you using?

greggles’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Over 2 weeks with no response. Marking as cannot reproduce.