3 Nov
2005
3 Nov
'05
6:41 p.m.
Denis V. Gudtsov wrote at 2005-11-1 12:21 +0400:
... And the later i wanted to now how i can create a flexible access rules? There are two procedures needed: authentication and authorization. The first is not difficult to realize with "user folder". But what is the ability to control access rights of users for access to some types of information?
Did you read about the Zope concepts of "permission", "role" and "permission-role-mapping" (--> Zope Book)? They are used for Zope standard authorization subsystem. You can also implement your own access control (based on any rules you like) in "accessor" scripts with "proxy roles". -- Dieter