ProWebsite CMS Help

Simple Secure Pages

This functionality enables password protected pages that are very simple to setup and use. The security is based on a simple password that can be setup for individual pages and does not require back-end functionality.

Short video tutorial

Setup a Secure Page

Create a new page as you normally would (set the title, visibility in navigation, etc.)

Under advanced settings set PAGE TEMPLATE to Secure Page

Save the page.

Finalize the Secure Page setup

At this point, the page is not going to work yet. You need to add a couple of Custom Fields under advanced settings

Go back to the page, expand the advanced settings (the 'show/hide advanced settings' link toward the bottom of the page) and add the following 3 custom fields:

page_password

... the actual password ...

login_message

This is displayed together with the login form asking for the password

<h3>This page is password protected.</h3>
<p>Please provide the password in the form below. If you don't have a password, you'll need to obtain it by contacting the appropriate person.</p>

error_message

This is displayed above the login form when the user typed in an incorrect password

<p style="color:red">The password you have typed in is incorrect. Please try again ...</p>