Is it possible to hide the “My questions and answers profile” option for users who have already registered?
WORKAROUND:
You need to open Shared.storage file on the Password Manager server C:\ProgramData\Dell\Password Manager
and find disabledReasons tag for the "ManageQAProfile" workflow. (Back up file before making any modifications)
Then include userRegistered with DisableIfTrue value. Other items must stay as is. For example:
<scenario shortName="ManageQAProfile" id="2422C7B3-4817-423C-970D-5305BFF37D92" type="User" availability="Default"
visibility="HideIfDisabled" configured="true">
<adminDescription><![CDATA[]]></adminDescription>
<disabledReasons>
<reason name="userRegistered" value="DisableIfTrue" />
<reason name="accountLocked" value="DisableIfTrue" />
<reason name="accountDisabled" value="DisableIfTrue" />
<reason name="accountExpired" value="DisableIfTrue" />
Save the file modifications, restart IIS and the Password Manager Service once saved.
Please see the attached screen shot for the result of this modification.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center