We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jun 4, 2018 5:06 AM
We are thinking of mowing from Wordpress to Hubspot CMS BUT we need to be able to control users (external customers) and rights (very simple rights Yes/no to enter a site) and give the user a password (Automatic) when signing up to our service on our website. I understand this is not possible by default with Hubspot CMS - Can anyone suggest a solution to this or a third party solution - thanks
Jun 6, 2018 12:53 PM
Hi @angara,
There are third party solutions that introduce client side javascript that can do this. They introduce Javascript to the page that checks for login cookies, and redirects to a login page if they don't find any. This can work for keeping the average user off of your site unless they login, but it is not a secure way to protect your site's content since the redirect occurs after the content is served.