Please use the links on the top right of the page to register and log onto SmartAccessCentral in order to post in the forums.
Hi,
Is it possible to deny saving of the login credentials for Browsers for the logonpoints?
Hi Uda,
To disable password caching in AAC follow the following instructions:-
Locate your logon point "C:\Inetpub\wwwroot\CitrixLogonPoint\mysitename\" (Replace "mysitename" with your LogonPoint name). If you have more than one LogonPoint you will have to change each one individually.
Open the "BasePage.aspx" file and search for the following tag:
<form id="pageForm" runat="server">
Change this to the following:
<form id="pageForm" runat="server" autocomplete="off">
Save the file and repeat for each LogonPoint site.
Hope this helps
Steve McG
steve@smartaccesscentral.com