Re: [Zope] User mangement

2000-11-30 Thread seb bacon

* Sven B. [EMAIL PROTECTED] [001130 10:34]:
 Zope has a function "get_valid_userids()".
 Now my question;
 How is it possible to get something like (username;role;path)?

sven,

refer to the ZQR:
  
  http://zdp.zope.org/projects/zqr/ZopeQR

and look for the section describing the AUTHENTICATED_USER object.

seb

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] User mangement

2000-11-30 Thread Sven B.

Zope has a function "get_valid_userids()".
Now my question;
How is it possible to get something like (username;role;path)?

refer to the ZQR:
 http://zdp.zope.org/projects/zqr/ZopeQR
and look for the section describing the AUTHENTICATED_USER object.


Thanks seb,
but i need to get (username;role;path) for all users (i.e. 500) of a
zope site.
AUTHENTICATED_USER seems to be only for  the current user.

sven


___
Zope maillist  -  [EMAIL PROTECTED]
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 )