Welcome Guest, Not a member yet? Register   Sign In
Landing page with site warning
#1

[eluser]Unknown[/eluser]
Hi every. can anyone help me with restricting access unless the user has accepted the terms (checkbox)that is persistent idealy wherer and wot authentication system sould i user?
#2

[eluser]TaylorOtwell[/eluser]
You will probably need to manage that functionality yourself. Although, wouldn't you really just want to make sure the user has a valid account? Presumably, if they have a valid account, they accepted the terms of service.
#3

[eluser]Unknown[/eluser]
I thought about that and that would require everyone to register before they can browse the site.
im thinking if(!this->is_terms_accepted) do this else if (!$this->is_logged_in)
#4

[eluser]bl00dshooter[/eluser]
I believe no authentication system will do this, because it's not authentication at all.

I suggest studying sessions with codeigniter to start.




Theme © iAndrew 2016 - Forum software by © MyBB