<?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: What if a user change the password? How to implement it in section access? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250184#M869760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible use NTNAME instead of USERID and PASSWORD which enabled the possibility of SSO and transferred the authentication to the OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2016 11:50:22 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-11-30T11:50:22Z</dc:date>
    <item>
      <title>What if a user change the password? How to implement it in section access?</title>
      <link>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250182#M869758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question in implementing Section Access. Suppose if I use the following code and deploy in publisher. My question is what if a user wants to change the password? How does it reflect in the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;USER, USER1, U1&lt;/P&gt;&lt;P&gt;USER, USER2, U2&lt;/P&gt;&lt;P&gt;USER, USER3, U3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250182#M869758</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: What if a user change the password? How to implement it in section access?</title>
      <link>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250183#M869759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to do manually&amp;nbsp; or&amp;nbsp; you can take different variables for each&amp;nbsp; USER.&amp;nbsp; this&amp;nbsp; case, I&amp;nbsp; would suggest&amp;nbsp; You to create&amp;nbsp; OSUSER()&amp;nbsp; function for section access. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 00:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250183#M869759</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-11-30T00:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: What if a user change the password? How to implement it in section access?</title>
      <link>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250184#M869760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible use NTNAME instead of USERID and PASSWORD which enabled the possibility of SSO and transferred the authentication to the OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 11:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250184#M869760</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-11-30T11:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: What if a user change the password? How to implement it in section access?</title>
      <link>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250185#M869761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, if a user changes the password, it has nothing to do with Section Access. The PASSWORD field in Section Access means the user will be prompted and must type both username and password to see the app. This field does not sync with LDAP, AD or any other security directory, it is something you are reading from an already existing table or manually using INLINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short: the user cannot change his password in section access unless they have development access (edit script and reload). Otherwise, the password for that QlikView app will always be the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250185#M869761</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2016-11-30T12:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: What if a user change the password? How to implement it in section access?</title>
      <link>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250186#M869762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2016 00:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-if-a-user-change-the-password-How-to-implement-it-in/m-p/1250186#M869762</guid>
      <dc:creator />
      <dc:date>2016-12-03T00:53:09Z</dc:date>
    </item>
  </channel>
</rss>

