I'm using the Joomla Registration plugin with auto password generation.
The email that is sent out includes the MD5 hashed version of the password and not the actual password.
Has anyone come across this issue?
Jacob
Hi Jacob,
I posted a fix on this here about one or two months ago. I'll see if I can't locate the post in the evening..
/Fredrik
Would highly appreciate it! Thank you.
Fredrik, I actually used you forum post last weekt to fix some issues. But I got to the point that email is sent with encrypted password. I did not see a solution in your post?
I have that in place already but still, getting password encrypted instead of what was typed in.
Hi Jacob,
Then I am unfortunately out of ideas. $post['password2'] should contain the cleartext password, while $post['password'] contains the hashed version.
/Fredrik