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
  • Thanks for your reply, Markus! 


    In the documentation you have attached I see that the script "QER_PasswordReset_IsAllowSet" takes in input the following parameters:

    1. Current user's UID_Person.
    2. Object's key (ObjectKey) offered for password reset.
    3. Password column name.

    Which table do these parameters refer to? Where can I compare the values of "ObjectKey" or "Password column name" so I get the right value that relates to the password account I want to exclude? What do these two parameters refer to?

Children