Setting up a simple restricted access
Hi What was easy for me with htaccess files is now awful with Zope :) Just joking... but I sure miss something. I'd like to avoid any visit (except my managers) from outside on my Zope project... How to do that ? I've tried stuff like the following <!--#if "AUTHENTICATED_USER.name=='AnonUser'"--> <!--#call "RESPONSE.redirect('denied')"--> <!--#/if--> But none works Heeeelp -- >> WinErr: 080 Clavier introuvable - Veuillez appuyer sur n'importe quelle touche pour continuer. << Arnaud LECAT >> Email: lecat@hexanet.fr >> WWW page:www.hexanet.fr/~lecat HEXANET >> http://www.hexanet.fr Z.A. Farman sud - 9 rue Roland Coffignot BP 415 - 51689 Reims Cedex 2 - France phone: (33) 03 26 79 30 05 Fax: (33) 03 26 79 30 06
At 16:17 17/08/99 , Arnaud Lecat wrote:
Hi
What was easy for me with htaccess files is now awful with Zope :) Just joking... but I sure miss something.
I'd like to avoid any visit (except my managers) from outside on my Zope project... How to do that ? I've tried stuff like the following
<!--#if "AUTHENTICATED_USER.name=='AnonUser'"--> <!--#call "RESPONSE.redirect('denied')"--> <!--#/if-->
But none works
Heeeelp
Just remove all permissions for Anonymous users, on the security tab of the root folder, or cut the acquisition line on any subfolder's security tab by deselecting the 'acquire permission settings' boxes. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
participants (2)
-
Arnaud Lecat -
Martijn Pieters