<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Skip domain login credentials in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933843#M526689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this add this same piece of code in Formlogin.htm. this file can be found in&amp;nbsp; here (default path: C:\Program Files\QlikView\Web). Please make sure you take copy of this file before updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the domain Name is passed as "mydomain" you can change accordingly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P&gt;function PrependDomain(){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var user = document.loginform.username.value;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var domain = "mydomain";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if (user.toUpperCase().indexOf(domain) &amp;gt; -1){ //domain has already been entered manually (don't append it again)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return true;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; } else { //domain name has not been entered, append it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.loginform.username.value = domain + "\\" + user;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2015 05:48:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-02T05:48:12Z</dc:date>
    <item>
      <title>Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933840#M526686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are using Qlikview 11.2.&lt;/P&gt;&lt;P&gt;We are using windows NT login credentials with domain credentials. &lt;/P&gt;&lt;P&gt;How to skip domain name to login access point and &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;how to show logout button to switch to the other account?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 04:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933840#M526686</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-12-02T04:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933841#M526687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure about the Logout Button in the Access Point. May be, if you want to show the login prompt, you can try like below &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/192962"&gt;Installed Qlikview but Access point always logged with Ananymous&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107811_Capture.JPG" style="height: 238px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 05:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933841#M526687</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-12-02T05:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933842#M526688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/166032"&gt;Log out for access point&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 05:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933842#M526688</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-12-02T05:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933843#M526689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this add this same piece of code in Formlogin.htm. this file can be found in&amp;nbsp; here (default path: C:\Program Files\QlikView\Web). Please make sure you take copy of this file before updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the domain Name is passed as "mydomain" you can change accordingly.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P&gt;function PrependDomain(){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var user = document.loginform.username.value;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; var domain = "mydomain";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if (user.toUpperCase().indexOf(domain) &amp;gt; -1){ //domain has already been entered manually (don't append it again)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return true;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; } else { //domain name has not been entered, append it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.loginform.username.value = domain + "\\" + user;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 05:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933843#M526689</guid>
      <dc:creator />
      <dc:date>2015-12-02T05:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933844#M526690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude, I want to logout when using access point. But this is not showing 'Log Out" button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 05:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933844#M526690</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-12-02T05:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933845#M526691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi Dude,It is asking domain name. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 05:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933845#M526691</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-12-02T05:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933846#M526692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; For Logout change the following setting in QMC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to System--&amp;gt;Qlikview Web Server--&amp;gt;Authentication--&amp;gt;Login Address--&amp;gt;Check Alternate login page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 05:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933846#M526692</guid>
      <dc:creator />
      <dc:date>2015-12-02T05:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933847#M526693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to form login file and prefix the domain name in the login user name command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I haven't tried this yet how feasible it is. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 06:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933847#M526693</guid>
      <dc:creator>karthikeyan1504</dc:creator>
      <dc:date>2015-12-02T06:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Skip domain login credentials</title>
      <link>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933848#M526694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see my post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/178790"&gt;LDAP Setup(with AD)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 06:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Skip-domain-login-credentials/m-p/933848#M526694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-02T06:21:09Z</dc:date>
    </item>
  </channel>
</rss>

