I would like to use the following code for the email invitation when creating a new user:
<p>Hello {displayName},</p>
<p>A new user account has been created for you.</p>
<p><strong>Username</strong>: {username}<br /><strong>Password</strong>: {password}</p>
<p><strong>Log in to: {baseUrl}</p>
Unfortunately, the variable {password} isn't resolved to the real password, but it's in the email.
Password: {password}
For testing, I also used only
{username}, {password}, {displayName}, {baseUrl}
. Everything resolves, except {password}.
Error or Layer 8 problem?