How to personalize the web logon window

You can customize the default logon welcome message and icon for EntraPass Web.

To customize the logon window, complete the following steps:

  1. Go to C: > inetpub > wwwroot > EntrapassWeb, and open the web.cfg file in a text editor.
  2. Find the key entry <add key ="WelcomeMessage" value="EntraPass Web"/>.
  3. Replace EntraPass Web with your customized message. Use a maximum of 30 characters to ensure that the message displays correctly. Special characters are supported through HTML ascii codes.
  4. Find the key entry <add key ="WelcomeImage" value="Resources/Images/chip_bw.png"/>.
  5. Replace Resources/Images/chip_bw.png with the path of your preferred image. EntraPass web supports JPG and PNG file formats.
  6. The default image size is 57 x 57 pixels. To change the default image size, edit the key entries WelcomeImageHeight and WelcomeImageWidth. Do not use an image size greater than 155 x 155 pixels to ensure that the entire image is visible.