As asked for here
https://vborg.vbsupport.ru/showthread.php?t=57316
To add their password in the welcome mail, while in register.php find
Code:
$password = trim($password);
Under it place
Code:
$passwordemail=$password;
In the welcomeemail template add $passwordemail where you want it to show so for instance.
Code:
Dear $username,
Welcome our Forums!
You have signed up with the following information:
Username: $username
Password: $passwordemail
More welcome stuff here.
Kind Regards,
Your Team
Hope that helps