Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Martin 81 posts 246 karma points
    May 17, 2017 @ 10:30
    Martin
    0

    7.6 - Custom Login Screen Image

    Hi guys,

    trying to find some documentation on how I set a custom login screen background image. I know this functionality was introduced with 7.6 and I'm guessing it's a config change in umbracoSettings.config but there doesn't seem to be any info out there on how to do it

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    May 17, 2017 @ 10:45
    Dave Woestenborghs
    4

    Hi Martin,

    In the umbracoSettings.config file you can find this setting in the content section

    <loginBackgroundImage>assets/img/installer.jpg</loginBackgroundImage>
    

    There you can change it to your image. The path is relative to the /umbraco folder.

    Dave

  • Karl Tynan 16 posts 151 karma points MVP 4x c-trib
    Dec 11, 2017 @ 10:01
    Karl Tynan
    3

    At first I thought it had to be in that folder, but you can use something like:

    <loginBackgroundImage>../images/umbraco-login.jpg</loginBackgroundImage>
    

    ...which is awesome!

Please Sign in or register to post replies

Write your reply to:

Draft