This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Change initial value of CentralPassword during the creation of a Person

Hello,

In the project that I'm doing for a Customer the have a pattern to define the initial value of the password based on the FirstName, LastName and the date of the creation.

I'm modifying the CentralPassword Template to generate it but after the creation of the Person, the password is not configured correctly. Is not empty so probably is using a random password.

How could I modify that column so the first value is based in my code instead of in a random password?

The purpose if this is generate two different AD account in different domains but with the same password and, whenever a helpdesk person changes the centralpassword, replicates it to the domains.

Thx!