Scramble Temporary Password

Hello everyone,

I need help.

I have a field with a temporary password. This field is generated through a transformation.

When a user’s lifecycle status is terminated, the temporary password needs to be scrambled.

I need this done in the identity attribute.

Can anyone help me?

You should absolutely not set someone’s password to a value that is stored in plaintext in ISC like an identity attribute. This is a terrible practice for a number of reasons.

A better, much more appropriate solution would be to have an afterModify script that conditionally generates and sets a random password (that is then not stored anywhere) if the operation is disable.

4 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.