I went to System > Emails & clicked on User Account. Not knowing anything about php I tried to comment out the line:
<?php echo JText::sprintf('HIKA_PASSWORD').' : '.$data->password;?><br/>
<?php echo JText::sprintf('HIKA_PASSWORD').' : '.$data->password;?><br/>
from the html & text by replacing <?php & ?> with <--?php & ?-->. Hey it's worth a try.
This produced text in my email that looks like: "password;?-->" but at least the password is not displayed.
As I was testing this out I noticed that if a user confirms his account by clicking the link in his email generated from HikaShop, HikaShop recognizes him as a user but CB only enables the account but does not approve it. Then if you click on "view profile" in the front end you get this error in red letters:
This user has not yet confirmed his email address and account!
This user has not yet been approved by a moderator!
Which of course is incorrect because HikaShop created the user and let the transaction go through. I need the user to be approved after he confirms so that I can redirect him to his order page after submitting the Authorize.net payment.