How to disable 'Remember my password' option in Citrix Workspace App?

How to disable 'Remember my password' option in Citrix Workspace App?

book

Article ID: CTX477170

calendar_today

Updated On:

Description

How to disable 'Remember my password' option in Citrix Workspace App?
image.png


Instructions

Method 1:
Path: HKLM\Software\wow6432node\Citrix\AuthManager
Type: REG_SZ
Name: SavePasswordMode
Value: Never

Method 2:
1) Use a text editor to open the file inetpub\wwwroot\Citrix\Authentication\App_Data\Templates\UsernamePassword.tfrm.
2) Locate the following line in the file. @SaveCredential(id: @GetTextValue("saveCredentialsId"), labelKey: "ExplicitFormsCommon:SaveCredentialsLabel", initiallyChecked: ControlValue("SaveCredentials"))
3) Comment the statement as shown below <!-- @SaveCredential(id: @GetTextValue("saveCredentialsId"), labelKey: "ExplicitFormsCommon:SaveCredentialsLabel", initiallyChecked: ControlValue("SaveCredentials")) --> https://docs.citrix.com/en-us/storefront/current-release/configure-using-configuration-files/strfront.html#prevent-citrix-workspace-app-for-windows-from-caching-passwords-and-usernames

Environment

Caution! Using Registry Editor incorrectly can cause serious problems that might require you to reinstall your operating system. Citrix cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Be sure to back up the registry before you edit it.