Is it possible to insert the temporary password in to the User Activation email as a variable?
We want to implement the temporary password journey instead of directing users to the Okta console to set their password, however we are unable to access the temporary password in the User Activation email to inform the new user.
Alternatively, are there other solutions you know of that can deliver this same outcome?
Are you suggesting that we create the new user with a specific password is that hard coded, so we can write it into the new user activation email template? I.e. if we were to create 2x new users, both would be initially created with the same temporary password.
If yes, is that secure?
If not, how do we communicate it to the new user so that they can authenticate and specify their own password?
You can base the initial password on details from the user’s profile, for example first name or last name. You can leverage the Okta expression language inside the email in order to have the password displayed properly for the user.