Hi, I'm trying to find a way to send a "welcome" email for new users with a password reset link (instead of the password being in plain text in the email) similar to how is done when you create a user through the admin console. Is this possible?
I'm currently using advanced GAM:
gam csv create-users.csv gam create user ~email firstname ~first_name lastname ~last_name password ~password changepassword true notify ~personal_email htmlfile /app/files/password_reset_template.html
The password is currently included in the email template because I don't know how else for the user to be able to login.
Also tried this method (For after the user is already created) - but it also sends the password in plain text in the email.
Thanks for any help!