Password reset portal issue - How to decide which accounts you can change the password for

Hi everyone!

I'm trying to change the list of accounts for which a password reset is possible. By default, when I access the PasswordResetPortal, I can change the password for all accounts associated with an identity, however, I would like to be able to decide which accounts you can change the password for and which you cannot.

How can I do this?

Thank you,

Martina

Parents Reply
  • The ObjectKey parameter takes the object key in the XML-Notation of OneIM. You will find this in the property XOBjectKey of the user account, e.g. ADSAccount.XObjectKey.

    If you look at the original script, it checks if the table name of the objectkey is DialogUser, if so it loads the object having this key and is doing some checks.

    You just need to put your check in your customized (overwritten) version of the script.

Children