We are trying to include the user password in the “User made registration” template.
Our application won’t include public registration, instead it will have users created by an admin.
We are generating a random password and including this in the user registration using the javascript api, so we then want this password to be sent out in the email.
We have tried using {password} as a substitution but this doesn’t get replaced with the password.
Is there any way to do this?
Backendless Version (3.x / 6.x, Online / Managed / Pro )
Backendless Cloud
Client SDK (REST / Android / Objective-C / Swift / JS )
Javascript
Expected Behavior
- Admin registers a new user email
- Password is generated and submitted with the user object
- Registration email is sent including the user password
Actual Behavior
Received email shows “{password}” instead of the user password.