Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesEggers1/c6d37c2dd9d371df43787ddb54f6796e to your computer and use it in GitHub Desktop.
Save JamesEggers1/c6d37c2dd9d371df43787ddb54f6796e to your computer and use it in GitHub Desktop.
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