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
- On the Director server backup C:\inetpub\wwwroot\Director\LogOn.aspx
- 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.
- Save LogOn.aspx
Was this article helpful?
thumb_up
Yes
thumb_down
No