<?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: Password Protected Page Logout in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848856#M35824</link>
    <description>&lt;P&gt;I can't seem to find this Logout custom module. What I know is that you can logout a user by creating a button/link that will redirect them to "/_hcms/mem/logout" but this is for a registration required page and does not work for a password required page&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 12:38:37 GMT</pubDate>
    <dc:creator>CBelga</dc:creator>
    <dc:date>2023-09-13T12:38:37Z</dc:date>
    <item>
      <title>Password Protected Page Logout</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848203#M35813</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In my understanding, once the correct password is entered on a password-protected HubSpot page, continuous access is granted every time the page is revisited. However, I would like to implement a "Logout" button. This would ensure that users are required to re-enter the password upon each visit, following their decision to log out. Has anyone among you been able to implement this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 13:03:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848203#M35813</guid>
      <dc:creator>CBelga</dc:creator>
      <dc:date>2023-09-12T13:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protected Page Logout</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848726#M35822</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/346510"&gt;@CBelga&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use HubSpot custom module. There is a custom module called "Logout" that can be used to add a logout button to a page.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 08:11:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848726#M35822</guid>
      <dc:creator>himanshurauthan</dc:creator>
      <dc:date>2023-09-13T08:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protected Page Logout</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848856#M35824</link>
      <description>&lt;P&gt;I can't seem to find this Logout custom module. What I know is that you can logout a user by creating a button/link that will redirect them to "/_hcms/mem/logout" but this is for a registration required page and does not work for a password required page&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 12:38:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848856#M35824</guid>
      <dc:creator>CBelga</dc:creator>
      <dc:date>2023-09-13T12:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protected Page Logout</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848963#M35829</link>
      <description>&lt;P&gt;I believe what you're looking for is a session management feature rather than just a password-protected page. Session management would allow you to log users out after a certain period of inactivity or when they explicitly click a "Logout" button. You might need to use custom code or integrate third-party solutions to achieve this specific functionality with HubSpot.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 14:40:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848963#M35829</guid>
      <dc:creator>SophieHull</dc:creator>
      <dc:date>2023-09-13T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protected Page Logout</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848972#M35830</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In this instance, I'm looking to utilize a page that is protected by a password. I'm aware that a cookie is generated once the correct password is entered. This cookie always contains a "_key" and if it's removed, the user will be prompted to re-enter the password upon revisiting the page. However, the cookie with the "_key" is HttpOnly, implying it can only be deleted from the server-side. I attempted to use serverless and "Set-Cookie" to delete the cookie by assigning it an "expires" attribute with a past date value, but it was unsuccessful.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 14:47:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/848972#M35830</guid>
      <dc:creator>CBelga</dc:creator>
      <dc:date>2023-09-13T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password Protected Page Logout</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/850355#M35864</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/346510"&gt;@CBelga&lt;/a&gt;&amp;nbsp;because it is a password protected page (using the cookie key) and not a membership page (using sessions) there isn't a way that I know to prevent a returning visitor from accessing the page again unless you change the password or expire the page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 20:58:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Password-Protected-Page-Logout/m-p/850355#M35864</guid>
      <dc:creator>Jnix284</dc:creator>
      <dc:date>2023-09-15T20:58:14Z</dc:date>
    </item>
  </channel>
</rss>

