Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
anil_y_86
Contributor III
Contributor III

Can someone help me how to customize the login page of Access point ?

Can someone help me how to customize the login page of Access point instead of default?

7 Replies
amit_saini
Master III
Master III

Hi Anil,

What kind of modification you want to do ???? Is something related to look and feel or something else???

Thanks,

AS

jvitantonio
Luminary Alumni
Luminary Alumni

Hello Anil,

All files are usually located under C:\Program Files\QlikView\Web.

The log in page is called "login.htm". You can make your modifications but I believe that if you touch those files, QlikTech will not provide support if anything happens as they are not the default ones after being modified.

I hope this helps.

JV

amit_saini
Master III
Master III

I have changed my Access point page by changing HTML and CSS coding from the this folder:

C:\Program Files\QlikView\Web.

Thanks,

AS

Not applicable

I agree with Q L. Just remember to keep the original login.html file backed up. This way if you run into any problems you can try the original file to see if the problems ocur while using the modified login page.

anil_y_86
Contributor III
Contributor III
Author

I mean Company name and Logo

jvitantonio
Luminary Alumni
Luminary Alumni

Hello Anil,

Inside C:\Program Files\QlikView\Web\images there's an image called "logo_main.png". You can replace this with your logo.

JV

amit_saini
Master III
Master III

Hi Anil,

Mentioned below is the code for Access point logo, here with the same name save logo of your company and delete the access point logo from the C:\Program Files\QlikView\Web\images folder

<img id="logo_main" alt="QlikView" src="AccessPoint.jpg">

Thanks,

AS