How to hide Domain textbox from Citrix Director login page

How to hide Domain textbox from Citrix Director login page

book

Article ID: CTX461336

calendar_today

Updated On:

Description

How to hide Domain textbox from Citrix Director login page


Instructions

  1. On the Director server backup C:\inetpub\wwwroot\Director\LogOn.aspx
  2. Edit LogOn.aspx as follows
  • Add <div style='display:none'> prior to tag <div class='label eight'>
  • Add Text="YourDomain" readonly="true"  and </div> as follows
  • Difference between backed up and updated file will look like this.
image.png
  1. Save LogOn.aspx