[Zope] Concepts
Tino Wildenhain
tino@wildenhain.de
Wed, 08 Aug 2001 13:14:15 +0200
Hi,
rename "group" with "role" in mind and you have
exactly what you want. :-)
Users can have roles (like they can be members of groups)
and the roles group permission settings together.
While excess is denied for all users, in certain folders
for example the "view" permission is on for role "testers".
Then all users having the role "testers" can view.
Regards
Tino
--On Mittwoch, 8. August 2001 12:09 +0200 mixo <mixo@beth.uniforum.org.za> wrote:
> Is there a way to define a group in Zope?
> For instance, could I have user1, user2 and user3 as
> part of a group, say "testers", and the group "testers"
> can access to certain folders (or something of that sort)
> in Zope. I want users within a group to be able do
> updates on folders that group they belong to has been
> assigned to.
>
> Mixo Shiburi
> I have had a look at "roles", and what they seem to do is
> define permissions and not groups of people.
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )