Access Manager: Adding the Password Reset link to a Citrix Portal

Christopher Dakin
This article is marked as obsolete.

It is possible to add a link to the Citrix portal that would take the user to your Access Manager web server. This would open up a web page to the Access Manager server:

Add a 'Forgot My Password' hyperlink to the Citrix Web Interface by adding the following lines to the 'loginMainForm.inc' file located at 'path_to_your_wi_site\auth\include':

<tr>
<td><table border='0' cellspacing='2' cellpadding='2'>
<tr><td><a class="xsNorm" href="https://nam-server.com">Forgot My Password</a></td></tr>
</table></td>
</tr>