Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
need to change the Qlik logo from login page of Qlik sense to custom company logo..
please do the needful
Generally this is right. The hard part here is that the image for form login is base64 encoded:
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.
Should be straightforward to do, however bear in mind with every update/re-installation you will need to re-customize your portal/page.
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..
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.
where is this html file?
F12 & inspect!
I didn't find anywhere, even Qlik guys were telling it is dynamic generated..
Generally this is right. The hard part here is that the image for form login is base64 encoded:
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.
hi can you help me finding this file where you have shown?
That file is just a Chrome dev tools inspection of the underlying HTML for the form login page on my local system.