-----Original Message----- From: Arnaud Lecat [mailto:lecat@hexanet.fr] Sent: Tuesday, August 17, 1999 10:18 AM To: ZOPE Subject: [Zope] 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-->
Zope security is based on Users, Roles, and Permissions. The Zope content manager's guide has a whole chapter on this: http://www.zope.org/Documentation/Guides/ZCMG/ZCMG-HTML/ZCMG.6.html Note that Zope's security system is much more sophisticated that .htaccess files. You will have to learn some new concepts. As a simple answer to your problem, you need to click on the 'Security' view of the object you want to restrict and turn off the 'View' permission for the 'Anonymous' role. You can also add *new* roles which do or do not have the 'View' permission enabled. Then you can add users and give them a role which does or does not have permission to do certain things. -Michel
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
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )