Restricted Access

There are certain pages in your site that you may want to restrict access to.

#Signed in only

If you tag a page page_signed_in_only - a user will only be able to see the page content if they are sorta logged in.

If a user is not sorta logged in - they will instead see the signup to sign in form - which can be modified here:

Members only

If you tag a page page_members_only a user will only be able to see the page content if they are sorta logged in either:

If a user is logged in and lands on one of these pages without one of the above- they will instead see the "Members Only Message" - which can be modified here:

Individual Members only

If you want to restrict to only Individual Membership members (not org members) - you can apply page tag page_individual_members_only. This will just check if they have an active individual membership - if not they will see the "Members Only Message".

Org Members only

If you want to restrict to only Org members (not individual members) - you can apply page tag page_org_members_only. This will just check if they have atleast one org role tag (admin:, editor:, or connected:) - if not they will see the "Members Only Message".

Org Editors only

If you want to restrict to only Org editors (and org admins) - for example: Member Only Resources - you can apply page tag page_org_editors_only. This will check to see if they have atleast one admin: or editor: tag - if not they will see the "Members Only Message"