Sitecore Patch File To Change Login Screen Background
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/"> | |
<sitecore> | |
<settings> | |
<setting name="Login.BackgroundImageUrl"> | |
<patch:delete /> | |
</setting> | |
<setting name="Login.BackgroundImageUrl" value="/path/to/images/new_wallpaper_filename.jpg" /> | |
</settings> | |
</sitecore> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment