Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vinay_hg
Creator III
Creator III

regarding changing the login page Qlik LOGO to custom logo- Qlik Sense

need to change the Qlik logo from login page of Qlik sense to custom company logo..

please do the needful

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

Generally this is right. The hard part here is that the image for form login is base64 encoded:

base64.png

In principle it wouldn't be hard to grep the C:\Program Files\Qlik\Sense\Client folder for that string (e.g. iVBOR), find the associated files, and replace it with a base64 encoded logo. It'll take some tinkering with and isn't as easy as swapping out a PNG file.

View solution in original post

25 Replies
simondachstr
Luminary Alumni
Luminary Alumni

Should be straightforward to do, however bear in mind with every update/re-installation you will need to re-customize your portal/page.

vinay_hg
Creator III
Creator III
Author

hi in qlikview I know to change the form.. but in qliksense where the login form is kept.. to customise the same or replace.. please suggest..

undergrinder
Specialist II
Specialist II

Hi Vinay,

You can dwelve into deeper in installation folder, and modify the html file, or change image.

Before you do that, create a backup.

It might work, but I dont think so it is recommended.

G.

vinay_hg
Creator III
Creator III
Author

where is this html file?

simondachstr
Luminary Alumni
Luminary Alumni

F12 & inspect!

vinay_hg
Creator III
Creator III
Author

I didn't find anywhere, even Qlik guys were telling it is dynamic generated..

Levi_Turner
Employee
Employee

Generally this is right. The hard part here is that the image for form login is base64 encoded:

base64.png

In principle it wouldn't be hard to grep the C:\Program Files\Qlik\Sense\Client folder for that string (e.g. iVBOR), find the associated files, and replace it with a base64 encoded logo. It'll take some tinkering with and isn't as easy as swapping out a PNG file.

vinay_hg
Creator III
Creator III
Author

hi can you help me finding this file where you have shown?

Levi_Turner
Employee
Employee

That file is just a Chrome dev tools inspection of the underlying HTML for the form login page on my local system.