Receiver for windows 4.4 - Disable Remember password option
-Locate the file Authenticate.aspx at inetpub\wwwroot\Citrix\Authentication\Views\ExplicitForms
- We need either to comment out or remove the line <% Html.RenderPartial(“SaveCredentialsRequirement”, SaveCredentials); %>
1. Reset the Receiver in Advanced Preferences to delete password saved.
2. Create following registry key on the client machine where the Receiver is installed:
Under HKLM\Software\wow6432node\Citrix\AuthManager
Type: REG_SZ
Name: SavePasswordMode
Value: Never
We need either to comment out or remove the line <% Html.RenderPartial(“SaveCredentialsRequirement”, SaveCredentials); %>
at inetpub\wwwroot\Citrix\Authentication\Views\ExplicitForms