
Originally Posted by
navaldesign
All script pages need to be php
No need for new folders, the scripts protects each single page.
Protected pages MUST also be php
You start creating, in order:
1. A page with the Signup object which will create the Signup form
2. A page with the Login object (that will be used for users to Login each time they visit)
3. a Page with the Admini object (That will allow you to manage your users)
4. A Deny page: a page with a simple "Sorry, you have no permissions to access this page. Please Login or Register" message. Link the "Login" text to the Login page, and the Signup text to the Signup page.
5. A Page with the Forgot Password object, that will allow your members to recover their password if forgotten.
Plus, in each page that you wish to protect, you need to add the "Password Protect Page" object.
Please note that BV 11.4 is NOT yet bug free and it is NOT recommended to use it for production purposes.