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
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
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
Hi Jacob,
I believe I was thinking of this thread:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=18161
/Fredrik
I believe I was thinking of this thread:
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=18161
/Fredrik
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?
Hi Jacob,
Sorry, didn't notice your post there. The fix should be in my very last post in that thread:
com_chronocontact/plugins/cf_joomla_registrations.php:402
/Fredrik
Sorry, didn't notice your post there. The fix should be in my very last post in that thread:
com_chronocontact/plugins/cf_joomla_registrations.php:402
/* replace this:
* $password = JRequest::getString($params->get('pass'), '', 'post');
*/
$password = $post['password2'];
/Fredrik
I have that in place already but still, getting password encrypted instead of what was typed in.
This topic is locked and no more replies can be posted.