Wordpress agree to terms login

Associate
Joined
19 Jul 2006
Posts
1,847
I need to make some authentication for a wordpress site.
Basically most of the site is hidden unless the user ticks two check boxes on a 'home screen' so its basically do you agree to x , y if so you can view/read the site.

Would this be done buy making the two tickboxes spoof a generic username and passsword, or should I be going down the sessions route?

Or any other thoughts on this?
 
Do the hidden pages have proper user access controls? If they are locked down then you'll need to spoof the credentials in some way.

I'm assuming you don't want to put people off by having them register first. You just want them to agree to the terms, then browse the site, then register if necessary?
 
Are you bothered about returning users being asked the question again? If yes then a simple cookie solution with a sitewide check is going to be the route, and you can add the cookie notification to the agreement box.
 
Back
Top Bottom