Security

last person joined: 14 hours ago 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Clearpass Guest - Background image for login page

This thread has been viewed 27 times
  • 1.  Clearpass Guest - Background image for login page

    EMPLOYEE
    Posted Dec 05, 2014 02:10 PM

    Just wondering how I can have a background image on the guest page?

     

    I can add content to the header and footer, but wondering how to put an image in to cover the whole screen, with all the other stuff over the top of it in their usual place?

     

    Nothing fancy....just an image or something like that.



  • 2.  RE: Clearpass Guest - Background image for login page

    EMPLOYEE
    Posted Dec 05, 2014 02:13 PM
    You'll need to use one of the custom skins and then set your css and divs in the header of the form.


  • 3.  RE: Clearpass Guest - Background image for login page

    EMPLOYEE
    Posted Dec 05, 2014 02:28 PM

    Got it.  That's not one for me to do though. ;-)

     

    Thanks



  • 4.  RE: Clearpass Guest - Background image for login page
    Best Answer

    EMPLOYEE
    Posted Dec 05, 2014 09:24 PM

    Michael_Clarke,

     

    Try uploading a document named my-background.png using content manager.  Then put the following into your header or footer:

     

     

    {literal}
    <style type="text/css">
    BODY {
        background: #fff url(public/my-background.png) no-repeat;
    }
    </style>
    {/literal}
    

    http://www.w3schools.com/css/css_background.asp

     

    Let me know if it works for you.