Plain password in the register confirmation e-mail

Hi everyone,

Is it possible that when the user registers gets in his/her confirmation e-mail along with client number and username his password as plain text? In database it is already md5 encrypted so I cannot take it from there.

I was wondering if is it possible to access the $_POST variable that contains the password in the CMS Page [B]oxregisteremail[/B].

I know this is a security issue and normally one does not get his/her password in the e-mail…

Thanks for the help,
L.

Hi L.,

a function like this is (fortunately) not provided by the shop. If you need to have it anyway, you ought to have a look at the /core/oxorder.php.

Cheers