Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleprofile.config
<LoginSettings>
   <!-- Name of image to be used. If no image specified, blank login will be used -->
   <LoginBackgroundUrl>loginbackground1.jpg, loginbackground2.jpg, , loginbackground3.jpg</LoginBackgroundUrl>
   <!-- Left panel login area configured below. If tag removed centered option will be used. -->
   <LoginPageLayout>LeftPanel</LoginPageLayout>
   <!-- Next image in list is selected after x24 hrs by default. Number of hours can be changed using below tag. -->
   <loginBackgroundImageHourInterval>1</loginBackgroundImageHourInterval>
</LoginSettings>

...