SeedProd Documentation

Documentation, Reference Materials, and Tutorials for SeedProd

Bypass URL and Password Protection

The Bypass URL feature lets you share a secret URL that allows specific people — such as clients or teammates — to view your site normally while your Coming Soon or Maintenance Mode page is active. You can also add a password form directly to your Coming Soon or Maintenance page so visitors can enter a passphrase to access the site.

Note: Bypass URL and Password Protection are available on Coming Soon and Maintenance Mode pages only. These settings are found in Page Settings > Access Controls while editing either of those pages.


How the Bypass URL Works

When someone uses a Bypass URL, SeedProd logs them in as a generic user with no privileges. This approach is used because heavily cached hosting environments and caching plugins typically do not cache content for logged-in users, allowing the bypass to work correctly even on cached sites.

Note: The Bypass URL method may not work on all hosting configurations. If you experience issues, enable the Bypass Cookie option to use a cookie-based bypass instead — this is recommended for sites that are not heavily cached.


Setting Up the Bypass URL

Follow these steps to configure a Bypass URL for your Coming Soon or Maintenance page:

  1. While editing your Coming Soon or Maintenance page in SeedProd, go to Page Settings > Access Controls.
  2. In the Bypass URL field, enter a secret phrase. This phrase will be appended to your site URL to create the bypass link.
  3. SeedProd will generate the complete bypass URL below the field. Copy this URL and share it with anyone who needs to view the site while it is in Coming Soon or Maintenance mode.
  4. Click Save to apply your changes.
Bypass URL field in SeedProd Page Settings Access Controls panel

Adding a Password Form to Your Page

You can also let visitors unlock your Coming Soon or Maintenance page by entering a passphrase directly on the page. Add the [seed_bypass_form] shortcode to any text block in your page design. The passphrase used in the Bypass URL field above doubles as the password for this form.

The shortcode accepts the following optional attributes to customize the form:

  • msg — Sets the placeholder text inside the password input field.
  • button-txt — Sets the label on the submit button.
  • return — Sets the URL visitors are redirected to after successfully entering the password.

Here is an example shortcode with all attributes configured:

[seed_bypass_form msg="Enter passcode" button-txt="Login" return="https://yourwebsite.com/welcome"]
Password protection form displayed on a SeedProd Coming Soon page

The Bypass URL and password form give you flexible options for letting the right people access your site during development or maintenance. Remember to save your page after configuring either feature.

Related Articles