Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Sending password via email to new user

Chiya
New Contributor
New Contributor

Hi,

I would like to send a password to a new user via email, but it is sending password encrypted instead of normal. 

"Hi ${requestor.firstname} ${requestor.lastname} Your password is ${user.password} , please login as soon as possible" 

This is the body we are using for this email template we received this "$2a$10$WWmJVkrX5agJK22S64dQ8.ZoYAAK62v8QqRiEKNv9wz2KuqUnuzkG" as password 

The new user can't login with encrypted version of password.

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

 

Try below variables

${password}  --> This should work for new user

${account_password}

${randompassword}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi we tried these ${} that you suggested, all of them returned value true in the email and didn't send the actual password. 

@Chiya,

Are you looking to send the Saviynt user password or the target account password ?

 

 

Regards,
Avinash Chhetri

angela
New Contributor III
New Contributor III

Try this variable:

${task?.password}