[Zope] Access based on a table of users

David Hassalevris bluepaul@earthlink.net
Mon, 24 Feb 2003 18:22:15 -0800


You might take a look at "simpleUserFolder".  Its in the zope products list
... or at least it is findable on the Zope Site.
Currently I am storing user data in "dtml folders".  It is nearly as easy to
do this with an external DB and SimpleUserFolder even provides examples of
this.
Worth taking a look.
David
----- Original Message -----
From: "Fernando Martins" <fmartins@hetnet.nl>
To: "Zope@Zope. Org" <zope@zope.org>
Sent: Sunday, February 23, 2003 3:06 PM
Subject: [Zope] Access based on a table of users


> I have a table of users from a database and I would like to have login
based
> on it.
>
> Concretely, I have a form to edit record(s) in a (second) table of
whatever
> data which is the responsability of a user(s). When a user presses an Edit
> button, I would like to ask him for a login/password to access the record.
I
> can manually implement this check but may be it could be based on zope
> security?
>
> The login/password should be stored in the table of users. How can I
"link"
> this table with acl_users without manually maintaining the "link"?
>
> Thanks,
> Fernando
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )