episerver epiessentials
EpiEssentials LoginImages
Set your own background images and logo on the episerver login screen.
To use, set these appsettings:
<add key="Episerver.Login.Logo" value="/Content/logo.svg" />
<add key="Episerver.Login.Background1" value="/Content/bg1.png" />
<add key="Episerver.Login.Background2" value="/Content/bg2.png" />
<add key="Episerver.Login.Background3" value="/Content/bg3.png" />
To use only one background image, set all three values to the same image.