Send User Credentials (Email/Password) through Email

I have created a registration page for admin. If the admin registers a user then credential details i.e. email and password will be shared with the user through the user email.
here is my workflow on create- button.


May be due to security reason, Current User’s password option is not available. ‘Uses password’ will only give Boolean response (yes/no) .
image

How can I send the user password through email?

Hi there, @aamir… as you guessed, you can’t send a user’s password through email for security reasons. So, you will have to go another route here such as assigning a temporary password to the user or sending a password reset email.

Best…
Mike

This topic was automatically closed after 70 days. New replies are no longer allowed.