<?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 How about this? This would be in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823183#M56734</link>
    <description>&lt;P&gt;How about this? This would be put on the login page under Optional Content 2&lt;/P&gt;
&lt;P&gt;See info on how to put javascript on the page in our &lt;A href="http://www.cisco.com/c/en/us/support/security/identity-services-engine/products-implementation-design-guides-list.html" target="_blank"&gt;design&amp;nbsp;guide site&lt;/A&gt;&lt;/P&gt;
&lt;DIV class="heading"&gt;&lt;STRONG&gt;Guest and Web Authentication&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://www.cisco.com/c/dam/en/us/td/docs/security/ise/how_to/HowTo-43_ISE_Web_Portal_Customization_Options.pdf"&gt;ISE Web Portal Customization Options&lt;/A&gt;&amp;nbsp;(PDF - 2 MB) &amp;nbsp;&lt;/DIV&gt;
&lt;PRE class="prettyprint"&gt;&amp;lt;div class="cisco-ise-optional-content-2" id="ui_login_optional_content_2"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;
(function(){
&amp;nbsp;&amp;nbsp; jQuery(document).ready(function() {
&amp;nbsp;&amp;nbsp; jQuery("[name='user.password']").removeAttr("autocomplete");
&amp;nbsp;&amp;nbsp; jQuery("[name='user.username']").removeAttr("autocomplete");

&amp;nbsp;&amp;nbsp; });
})();
&amp;lt;/script&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 02 Dec 2015 16:50:34 GMT</pubDate>
    <dc:creator>Jason Kunst</dc:creator>
    <dc:date>2015-12-02T16:50:34Z</dc:date>
    <item>
      <title>ISE 1.4 Guest Portal Customisation - Prevent users from saving passwords in browser</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823180#M56726</link>
      <description>Cannot use custom HTML on ISE 1.4</description>
      <pubDate>Mon, 11 Mar 2019 06:13:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823180#M56726</guid>
      <dc:creator>James Rule</dc:creator>
      <dc:date>2019-03-11T06:13:59Z</dc:date>
    </item>
    <item>
      <title>I did a quick research and it</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823181#M56727</link>
      <description>&lt;P&gt;I did a quick research and it seems like even with regular&amp;nbsp;HTML with javascript there's no easy way to prevent browsers from offering to save the password. Check out this discussion:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;http://stackoverflow.com/questions/23177225/how-do-i-disable-the-save-password-bubble-in-chrome-using-javascript&lt;/P&gt;
&lt;P&gt;It does mention a workaround which is to use regular text type for the password field, and then use a css to mask it, but I don't see a way to modify that part of the portal HTML.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 22:45:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823181#M56727</guid>
      <dc:creator>kurmai</dc:creator>
      <dc:date>2015-11-12T22:45:24Z</dc:date>
    </item>
    <item>
      <title>Thanks for that, some more</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823182#M56730</link>
      <description>&lt;P&gt;Thanks for that, some more research shows that all mainstream browsers now ignore the autocomplete=off HTML tag which prevents local password save. The Guest Portal HTML contains this tag, but is now has no effect.&lt;/P&gt;
&lt;P&gt;The links you provided show some workarounds, but these require modification to the Guest Portal HTML which doesn't seem to be possible in ISE 1.4&lt;/P&gt;
&lt;P&gt;I've now opened a TAC case to see what's possible and will post the outcome here.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2015 00:19:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823182#M56730</guid>
      <dc:creator>James Rule</dc:creator>
      <dc:date>2015-11-13T00:19:21Z</dc:date>
    </item>
    <item>
      <title>How about this? This would be</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823183#M56734</link>
      <description>&lt;P&gt;How about this? This would be put on the login page under Optional Content 2&lt;/P&gt;
&lt;P&gt;See info on how to put javascript on the page in our &lt;A href="http://www.cisco.com/c/en/us/support/security/identity-services-engine/products-implementation-design-guides-list.html" target="_blank"&gt;design&amp;nbsp;guide site&lt;/A&gt;&lt;/P&gt;
&lt;DIV class="heading"&gt;&lt;STRONG&gt;Guest and Web Authentication&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;A target="_blank" href="http://www.cisco.com/c/dam/en/us/td/docs/security/ise/how_to/HowTo-43_ISE_Web_Portal_Customization_Options.pdf"&gt;ISE Web Portal Customization Options&lt;/A&gt;&amp;nbsp;(PDF - 2 MB) &amp;nbsp;&lt;/DIV&gt;
&lt;PRE class="prettyprint"&gt;&amp;lt;div class="cisco-ise-optional-content-2" id="ui_login_optional_content_2"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;gt;
(function(){
&amp;nbsp;&amp;nbsp; jQuery(document).ready(function() {
&amp;nbsp;&amp;nbsp; jQuery("[name='user.password']").removeAttr("autocomplete");
&amp;nbsp;&amp;nbsp; jQuery("[name='user.username']").removeAttr("autocomplete");

&amp;nbsp;&amp;nbsp; });
})();
&amp;lt;/script&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Dec 2015 16:50:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823183#M56734</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2015-12-02T16:50:34Z</dc:date>
    </item>
    <item>
      <title>HI Jason,</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823184#M56736</link>
      <description>&lt;P&gt;HI Jason,&lt;/P&gt;
&lt;P&gt;Thanks for that. I tried adding the script into the Optional Content 2 field, but it doesn't seem to have done anything. I've attached the html code I get when I go to the portal test URL. I've only tested with Firefox, but it is definitely still prompting me to save the password.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Lookign at the portal builder it has an option to enable and disable password caching. Could this be the answer I am lookign for? I haven't been able to test this as the portal upload tool isn't working properly for me.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 04:12:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823184#M56736</guid>
      <dc:creator>James Rule</dc:creator>
      <dc:date>2015-12-03T04:12:07Z</dc:date>
    </item>
    <item>
      <title>No the portal builder option</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823185#M56737</link>
      <description>&lt;P&gt;No the portal&amp;nbsp;builder option is something different. Its not recommend to use the portal builder for anything besides major layout changes where needed&lt;/P&gt;
&lt;P&gt;did you make sure you followed the instructions in the how-to guide for working with JavaScript? Specifically on how to set ISE to allow the use of it?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 04:26:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823185#M56737</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2015-12-03T04:26:52Z</dc:date>
    </item>
    <item>
      <title>Hi Jason,</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823186#M56738</link>
      <description>&lt;P&gt;Hi Jason,&lt;/P&gt;
&lt;P&gt;I enabled HTML and JavaScript portal customisation as per your document, which is working, and I can do the example exercise 1 from the document, which works fine.&lt;/P&gt;
&lt;P&gt;If I past the script you supplied in, it seems to have no effect, and Firefox still prompts me to save the password.&lt;/P&gt;
&lt;P&gt;One option that was put to me was to change the type of the password field to text which would stop browsers from prompting to save the password. The downside of this is that the password would be visibile while typing it it, but this is something that the customer would be OK with. Is it possible to do something like this using JavaScript?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Dec 2015 23:59:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823186#M56738</guid>
      <dc:creator>James Rule</dc:creator>
      <dc:date>2015-12-06T23:59:20Z</dc:date>
    </item>
    <item>
      <title>&lt;script&gt;</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823187#M56739</link>
      <description>&lt;DIV class=""&gt;&amp;lt;script&amp;gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;(function(){&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp; &amp;nbsp;jQuery("input[name='user.password']").attr('type', 'text');&lt;/DIV&gt;
&lt;DIV class=""&gt;})();&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;lt;/script&amp;gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Dec 2015 18:54:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823187#M56739</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2015-12-07T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Hi Jason,</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823188#M56740</link>
      <description>&lt;P&gt;Hi Jason,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks for that, it worked perfectly.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 00:54:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823188#M56740</guid>
      <dc:creator>James Rule</dc:creator>
      <dc:date>2015-12-08T00:54:53Z</dc:date>
    </item>
    <item>
      <title>It looks like not all</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823189#M56741</link>
      <description>&lt;DIV class=""&gt;It looks like not all browsers get this autocomplete=“off” thing.&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;The easiest way to do that is to change input type from password to text. See my other suggestions&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Dec 2015 15:04:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-1-4-guest-portal-customisation-prevent-users-from-saving/m-p/2823189#M56741</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2015-12-22T15:04:17Z</dc:date>
    </item>
  </channel>
</rss>

