How to protect the contents of a single page using a password.
Use a login dialogue to protect a single page. There are 2 methods to generate the login:
- Protected Folder
- Protected Page
Protected Folder
There are (at least) 2 methods to fully protect a folder:
- Use the file system to restrict access to specified users.
- Use FrontPage extensions to convert a folder to a subweb, and allow access to the subweb to specified users.
See Protected Folder for details
Protected Page
Individual pages can be protected using a database application (for multiple users with their own userids and passwords), or by a simple server side script where a single userid is used for multiple users.