How to get current user password

0
Hi, I am trying to retrieve my current user’s User Name and Password by using Administrator.Account entity or System.User entity in my microflow. I need to pass this User Name and Password to my email template microflow. ultimately my goal is to pass this info into my email body.   How can I retrieve password and pass it into email object body?
asked
2 answers
0

You can’t. Passwords are stored as hashed strings, thus there is no way to retrieve it as clear text.

answered
0

If you want to send out the mail for forgotten passwords you might want to check the module in the appstore: https://marketplace.mendix.com/link/component/1296

The trick is to store the string before setting the password. But indeed as Thorsten told you you can not retrieve the password in clear text.

Regards,

Ronald

 

answered