PDA

View Full Version : Send User and password (decrypted)


info368164
04-04-2009, 01:10 AM
Hi,

I have made a page (whit the behavior, not whit full wizard) that send user and password via email. The password is sending encrypted; how i can send decrypted?

Thank you
Luca
-----
I'm sorry
If I had seen the whole "solution recipies" I would have resolved without this pointless thread...

Danilo Celic
04-04-2009, 08:55 PM
Once the password is encrypted it cannot be decrypted. If the user forgets their password, they have to enter in a new password on your site, or you generate a random password and send that to them and then they visit your site log in with the new password and update the password to whatever they want.

To do this, take a look at the Solution Recipes for SecurityAssist: http://www.webassist.com/support/securityassist/, in particular take a look at the "Updating Send Password", but you may want to view some of the other recepies above it as well.