I have set up the new user email to be sent when a customer first purchases a license, so they can access the customer portal. I used the following email template information:
<p>Dear {{user.firstName}},</p>
<p>As a licensed user of {{product.displayName}}, you can access and manage your license activations via the <a href="MY-COMPANY.cryptlex.app">License Manager Portal</a> .</p>
<p>Your User ID for the License Manager Portal is:</p>
<p><b>{{user.id}}</b></p>
<p>Your password is: <p>
<p><b>{{user.newPassword}}</b></p>
However, when a new user was created and the email was sent, a password was not provided:
Dear John,
As a licensed user of , you can access and manage your license activations via the License Manager Portal.
Your User ID for the License Manager Portal is:
xxxxxxxx-xxxx-xxxx-xxxx-4e66bde15d60
Your password is:
What did I do incorrectly?



