Log In passed by Google

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
gummi

Log In passed by Google

Post by gummi »

I'm using FrontendUser, and have a Log In form on my front page.
But if you Google some of the contents on the site, you can through
the Google find results go straight in on my site without logging in.
This is possible on computers where no ones ever logged in to my site,
so it's not a case of my site just remembering the visitor. How can I
stop this from happening? Thanks!
scooper
Forum Members
Forum Members
Posts: 242
Joined: Fri Dec 09, 2005 12:36 pm

Re: Log In passed by Google

Post by scooper »

One way would be to use a different template for members-only pages which has the content wrapped within custom content tags

so something like:

Code: Select all


{cms_module module=CustomContent}

<!--customContent: startif group=members -->

	{content}

<!--customContent: else -->

	<p>Sorry, you need to be logged in to see this page</p>

<!--customContent: endif -->

that way even if they know the page name they won't be able to view the content.
Pierre M.

Re: Log In passed by Google

Post by Pierre M. »

Thank you scooper :-)

Pierre M.
Locked

Return to “CMSMS Core”