Hi Developer,
There is one use case in SAP Direct connector. Need to generate the random password and the generated password need to send to the user mail, so is this possible to send the password to the user, if yes please help me to achieve this use case.
Hi Developer
I tried in this way But the password is not showing in the mail. {{$.trigger.accountRequests[*].attributeRequests[?(@.attributeName==‘password’)].attributeValue}}
You would have to decrypt the password. In one of the controllers you must be hashing the password, now you have the grab the encrypted value from your db and create a reverse function to turn it back in its original input. Just LOG its value, don’t save it back, otherwise you will get DB data type error. There should be OOTB methods used to decrypt the value within the framework.
If this response guided you, please help me marking it as solution. Regards,
TopG