Receiver for windows- Disable Remember password option

Receiver for windows- Disable Remember password option

book

Article ID: CTX212369

calendar_today

Updated On:

Description

Receiver for windows 4.4 - Disable Remember password option

Resolution

Method 1

 -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); %>

Method 2

    
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


Problem Cause

We need either to comment out or remove the line <% Html.RenderPartial(“SaveCredentialsRequirement”, SaveCredentials); %>

 at inetpub\wwwroot\Citrix\Authentication\Views\ExplicitForms