<?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: ISE: Sponsored Portal hide login box in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510737#M520698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;API is considered to custom for this build so we are pointing it to an external free radius with a bash script that updates a single user for password rotation.&amp;nbsp; The other option requires budget that doesnt exist for the password/access code updates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2017 17:36:30 GMT</pubDate>
    <dc:creator>Jonporter</dc:creator>
    <dc:date>2017-10-19T17:36:30Z</dc:date>
    <item>
      <title>ISE Credentialed guest Portal hide username in login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510733#M520688</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 need help with the jQuery or jscript with ISE 2.2, to populate and hide the login text box for&amp;nbsp; a sponsored portal page. Users should only see the password box on the portal page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code I have right now, but currently stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt;jQuery(window).load(function() {&lt;/P&gt;&lt;P&gt;jQuery("input[name='user.username']").val("LOGIN");&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 21:59:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510733#M520688</guid>
      <dc:creator>Jonporter</dc:creator>
      <dc:date>2017-10-18T21:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: ISE: Sponsored Portal hide login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510734#M520692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;I don't know the jquery syntax but this works to hide password field and could be modified for username:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt;portalloginForm.elements["user.password"].value = '0';&lt;/P&gt;&lt;P&gt;portalloginForm.elements["user.password"].style.visibility = 'hidden';&lt;/P&gt;&lt;P&gt;portalloginForm.elements["user.password"].type = 'hidden';&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to accomplish by hiding the username?&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 22:17:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510734#M520692</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-10-18T22:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: ISE: Sponsored Portal hide login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510735#M520695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Paul, its because there is no other way to create a simply password only with auto rotation with ISE, so have to hack it a little.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:31:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510735#M520695</guid>
      <dc:creator>Jonporter</dc:creator>
      <dc:date>2017-10-19T16:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: ISE: Sponsored Portal hide login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510736#M520697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh I figured you might be doing something like that.  So using a normal hotspot portal with passcode and manually changing the passcode every month is not an option?  You could also do an API, but that is probably overkill.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 16:58:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510736#M520697</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-10-19T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: ISE: Sponsored Portal hide login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510737#M520698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;API is considered to custom for this build so we are pointing it to an external free radius with a bash script that updates a single user for password rotation.&amp;nbsp; The other option requires budget that doesnt exist for the password/access code updates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:36:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510737#M520698</guid>
      <dc:creator>Jonporter</dc:creator>
      <dc:date>2017-10-19T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: ISE: Sponsored Portal hide login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510738#M520699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makes sense.  I am sure you tested this already, but because you are using an External RADIUS server in the authentication sequence the “guest” user will be treated as an Employee for Endpoint Identity Group mapping.  So in the guest portal make sure to map the Employee use case to the desired endpoint identity group and use that in your rule structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Haferman&lt;/P&gt;&lt;P&gt;Office- 920.996.3011&lt;/P&gt;&lt;P&gt;Cell- 920.284.9250&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:42:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510738#M520699</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-10-19T17:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: ISE: Sponsored Portal hide login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510739#M520700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the help of paul@berbee here was the missing code I needed to add to the optional content 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt;portalloginForm.elements["user.username"].value = 'UserName-test';&lt;/P&gt;&lt;P&gt;portalloginForm.elements["user.username"].style.visibility = 'hidden';&lt;/P&gt;&lt;P&gt;portalloginForm.elements["user.username"].type = 'hidden';&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 17:44:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510739#M520700</guid>
      <dc:creator>Jonporter</dc:creator>
      <dc:date>2017-10-19T17:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Credentialed guest Portal hide username in login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510740#M520701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean by that. I have had to set up an external Radius server and will have to use a Autho rule to point it that way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to DM me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 18:12:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3510740#M520701</guid>
      <dc:creator>Jonporter</dc:creator>
      <dc:date>2017-10-19T18:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: ISE: Sponsored Portal hide login box</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3695991#M520702</link>
      <description>&lt;P&gt;Hi Jonathon ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just wanted to know if your script is still working as you expect and if there was a possibility to share the script that you put in Optional content 2 in the login form ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Marc&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 07:55:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-credentialed-guest-portal-hide-username-in-login-box/m-p/3695991#M520702</guid>
      <dc:creator>maissiat</dc:creator>
      <dc:date>2018-08-28T07:55:32Z</dc:date>
    </item>
  </channel>
</rss>

