Saturday 16 February 2019

Fortigate - Login page customizing


Hi everyone, in this post i will share about Fortigate login page customizing.

Let follow these step:
  • Upload your logo to fortigate firewall.
    • In System tab -> Replacement messages -> choose Manage Images.
    • Choose create new.
    • Fill name of logo and choose logo file from your computer.
  • After upload, you can see your logo in Manage Images tab.
  • Change the logo in login page to your logo.

    • In System tab -> Replacement messages -> choose login page.

    • Find the code lines as follow, change and save.
      • Before
logo{
        background:#eee center 25px url(%%IMAGE:logo_fw_auth%%) no-repeat;
        padding-top:80px;
      }
      • After
                             logo{
                               background:#eee center 25px url(%%IMAGE:[name of your logo]%%) no-repeat;
                               padding-top:80px;
                                   }



You can change the other messages follow this way.


1 comment:

  1. Hi,

    What would be the size in pixels of this logo ?
    Thanks

    ReplyDelete