Disabling and re-enabling the remember password feature

You can disable and re-enable the remember password master property for a database set.
The value of the remember password master property determines whether a Rational® ClearQuest® Client or ClearQuest Client for Eclipse displays the option to save its password across user sessions when connecting to a database in the specified database set.

Use the installutil setmasterproperty subcommand to disable and re-enable the remember password master property for a database set.

installutil setmasterproperty dbset_name cq_login_id cq_password REMEMBER_PASSWORD new_value
  • In the following example, the setmasterproperty subcommand is used to set the REMEMBER_PASSWORD master property for mydbset to FALSE. As a result, the Connect dialog box for these clients does not display the option to save the user password across sessions.
    installutil setmasterproperty mydbset admin secret REMEMBER_PASSWORD FALSE
  • To re-enable the remember password master property for mydbset, use the setmasterproperty subcommand again to set the REMEMBER_PASSWORD master property to TRUE.
    installutil setmasterproperty mydbset admin secret REMEMBER_PASSWORD TRUE

Feedback