<?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 Splash page log in credentials in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527784#M310865</link>
    <description>&lt;P&gt;Just wondering if there is an option to show password when logging-in to Meraki splash page just like the same way with Google Gmail were there is a tick box option to show the password, So that before a user logs in able to assure the password they key in is correct.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2025 03:48:05 GMT</pubDate>
    <dc:creator>RSC24</dc:creator>
    <dc:date>2025-09-10T03:48:05Z</dc:date>
    <item>
      <title>Splash page log in credentials</title>
      <link>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527784#M310865</link>
      <description>&lt;P&gt;Just wondering if there is an option to show password when logging-in to Meraki splash page just like the same way with Google Gmail were there is a tick box option to show the password, So that before a user logs in able to assure the password they key in is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 03:48:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527784#M310865</guid>
      <dc:creator>RSC24</dc:creator>
      <dc:date>2025-09-10T03:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splash page log in credentials</title>
      <link>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527785#M310866</link>
      <description>&lt;P&gt;If you're hosting your own homepage or using Meraki's custom homepage feature, you can try adding a simple checkbox and JavaScript to toggle password visibility.&lt;/P&gt;&lt;P&gt;&lt;A href="https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Customizing_the_Splash_Page" target="_blank" rel="nofollow noopener noreferrer"&gt;https://documentation.meraki.com/General_Administration/Cross-Platform_Content/Customizing_the_Splash_Page&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 09:47:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527785#M310866</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-09-10T09:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Splash page log in credentials</title>
      <link>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527786#M310867</link>
      <description>&lt;P&gt;Some thing like this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;&amp;lt;html&amp;gt;&lt;BR /&gt;&amp;lt;head&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Password Toggle Example&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;body {&lt;BR /&gt;font-family: Arial, sans-serif;&lt;BR /&gt;margin: 50px;&lt;BR /&gt;}&lt;BR /&gt;.container {&lt;BR /&gt;max-width: 300px;&lt;BR /&gt;margin: auto;&lt;BR /&gt;}&lt;BR /&gt;.toggle-button {&lt;BR /&gt;margin-top: 10px;&lt;BR /&gt;padding: 5px 10px;&lt;BR /&gt;cursor: pointer;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;BR /&gt;&amp;lt;/head&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;div class="container"&amp;gt;&lt;BR /&gt;&amp;lt;label for="myInput"&amp;gt;Password:&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;input type="password" id="myInput" value="FakePSW"&amp;gt;&lt;BR /&gt;&amp;lt;button class="toggle-button" onclick="togglePassword()"&amp;gt;Show Password&amp;lt;/button&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;function togglePassword() {&lt;BR /&gt;var x = document.getElementById("myInput");&lt;BR /&gt;var btn = document.querySelector(".toggle-button");&lt;BR /&gt;if (x.type === "password") {&lt;BR /&gt;x.type = "text";&lt;BR /&gt;btn.textContent = "Hide Password";&lt;BR /&gt;} else {&lt;BR /&gt;x.type = "password";&lt;BR /&gt;btn.textContent = "Show Password";&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 10:39:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527786#M310867</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-09-10T10:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splash page log in credentials</title>
      <link>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527787#M310868</link>
      <description>&lt;P&gt;I wish I could give this answer extra kudos.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 20:16:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527787#M310868</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2025-09-10T20:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splash page log in credentials</title>
      <link>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527788#M310869</link>
      <description>&lt;P&gt;I gave an extra kudo on your behalf, &lt;A href="https://community.meraki.com/t5/user/viewprofilepage/user-id/340"&gt;@Philip D'Ath&lt;/A&gt;! (I don't have double-kudo power like the All-Stars though :-)) &lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 20:25:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/splash-page-log-in-credentials/m-p/5527788#M310869</guid>
      <dc:creator>CarolineS-Meraki</dc:creator>
      <dc:date>2025-09-10T20:25:28Z</dc:date>
    </item>
  </channel>
</rss>

