cancel
Showing results for 
Search instead for 
Did you mean: 

email template mod

dc41
Champ in-the-making
Champ in-the-making
I would like the invitation email to send the username and password regardless if it was auto-generated or not. But if I just change:

<#if args["inviteeGenPassword"]?exists>

Username: ${args["inviteeUserName"]}
Password: ${args["inviteeGenPassword"]}

</#if>
to…
Username: ${args["UserName"]}
Password: ${args["Password"]}

… I get an error because the variables "UserName" and "Password" are not defined. Am I using the correct expression, or do I need to define them somewhere?

Thanks!
1 REPLY 1

dc41
Champ in-the-making
Champ in-the-making
Are there predefined variables for "username" and "password"?