User Settings on MacOS

This file contains parameters pertaining to individual users.

Delinea cautions against deleting user plist files via sudo as this can cause file permissions to break.

User Settings File Location

/Users/[username]/Library/Preferences/com.Delinea.ConnectionManager.plist

Re-enabling the Web Launcher Training Dialog

If you opted out of displaying the web launcher training dialog and would like to re-enable it, update the value of the TrainingDialogWebLauncherHide value to False or delete this setting entirely:

Copy
defaults write com.Delinea.ConnectionManager Env.TrainingDialogWebLauncherHide -bool false

Re-Enabling the Browser Extension Not Found Dialog

If you opted out of displaying the Browser extension not found dialog and would like to re-enable it, update the value of the DoNotShowWebBrowserError value to False:

Copy
defaults write com.Delinea.ConnectionManager Env.DoNotShowWebBrowserError -bool false