Hi,
I'm currently using One Identity Manager 9.2 on demand.
I have customized the "QER_PasswordWeb_IsAllowSet" script to hide certain account passwords, and now I also need to hide the Decentralized Identity password.
My goal is to allow only the Central Password to be visible on the password reset portal.
I've tried the following code:
```
if ColumnName = "DialogUserPassword" then
IsAllowSet = False
end if
```
However, this is not working because it's hiding both central password and decentralized identity password, I'm not sure if this is the correct approach.
Could you please advise on how to achieve this?
Thank you,
Elena