How to personalize the web logon window
To customize the logon window, complete the following steps:
-
Go to C: >
inetpub > wwwroot >
EntrapassWeb, and open the
web.cfgfile in a text editor. -
Find the key entry
<add key ="WelcomeMessage" value="EntraPass Web"/>. -
Replace
EntraPass Webwith your customized message. Use a maximum of 30 characters to ensure that the message displays correctly. Special characters are supported through HTML ascii codes. -
Find the key entry
<add key ="WelcomeImage" value="Resources/Images/chip_bw.png"/>. -
Replace
Resources/Images/chip_bw.pngwith the path of your preferred image. EntraPass web supports JPG and PNG file formats. -
The default image size is 57 x 57 pixels. To change the default
image size, edit the key entries
WelcomeImageHeightandWelcomeImageWidth. Do not use an image size greater than 155 x 155 pixels to ensure that the entire image is visible.
