Restricted Site
Activation Instructions (This section only shows to Site Admin's)
Copy the code block below to your clipboard. Then head to the Site Footer Code settings page and paste it in there. Once it is added, then your site will become restricted and only signed in users can access it.
The only pages that will be unrestricted include
- Sign In Page
- Forgot Password Pages
- Express Sign In Page
We also hide the social sign in buttons and sign up link when the site is put into restricted mode
<!-- Swiss Restricted Site PowerUp --><style>body,.sign-in__sign-up,.remote-sign-in__vendor-logins {display:none;}</style><script src="https://cdn.jsdelivr.net/gh/robgalvinco/kapow@latest/js/restricted-site.js" crossorigin="anonymous"></script><!-- End Swiss Restricted Site PowerUp -->