Hello
How can I enable the default option to send an email containing the user credentials (user and password) on the act of registration? And also, is it possible to send the same email to an already registrered user that haven't received his credentials? I couldn't come up with a way to do this, since using {user.password} placeholder in email templates results in an encrypted hash
Thanks in advanced
How can I enable the default option to send an email containing the user credentials (user and password) on the act of registration? And also, is it possible to send the same email to an already registrered user that haven't received his credentials? I couldn't come up with a way to do this, since using {user.password} placeholder in email templates results in an encrypted hash
Thanks in advanced
Comment