This is a very simple example showing how to use Sitelok in Rapidweaver. Please note that because Sitelok uses PHP you will need to publish the site to see it in action. The following page samples are included.

Registration page
This is a page that allows users to join by themselves.
view

Members only page
This is an example secured page. If you try to visit when you are not already logged in then the default login box will appear.
view

Update Profile page
This is an example page allowing the user to change their registration details.
view

Page with login
This is a different kind of secured page. Unlike the first members only page this one can also be seen by non members. There is a login form in the page which allows a user to login. Once logged in we can redirect the user to a start page. The page can also display different parts for members or public visitors.
view