By: caspar jeanmarc
Date: 2009-08-26
Time: 11:17
|
Rights on access to pagesHello !
I would like to know if exists a plug in or an easy solution to manage the rights to access on pages of a website example : toto is allowed to read that page titi is not allowed to access to the forum Thanks a lot for your sugestions and advices Jean Marc |
By: Skrol29
Date: 2009-08-26
Time: 14:26
|
Re: Rights on access to pagesHello Jean Marc,
TBS do not provide such plugin or solution. It is an web problem that can have such many solutions depending to where are stored the user informations, and The more simple way to protect a page is to use an htaccess file (linux server only). See http://www.elated.com/articles/password-protecting-your-pages-with-htaccess/ |
By: TomH
Date: 2009-08-26
Time: 16:32
|
Re: Rights on access to pagescaspar,
For user access control with TBS I use the PHP Secure Pages scripts see http://www.phpsecurepages.com/ I like it because the security can be set up once and none of the access control code needs to be placed in the pages themselves (not the php & not the template) by using the native PHP autoprepend feature. HTH, TomH |