[Zope] Doubt in using UserTrack product?

Rupesh P Raj roopesh.praj at gmail.com
Tue Sep 9 04:20:45 EDT 2008


Hi,

I am a new to Zope. In my Zope application I want to integrate UserTrack
product, to track the logged in users. I placed the UserTrack folder inside
the Products directory, and created an instance of UserTrack inside some of
the other zope products, as follows:

u = UserTrack()
logger(str(u.listUserActivities()))

But the list is coming as empty. I think the place where I have initialised
the UserTrack instance is wrong.

In the Readme file which comes along with UserTrack says that, UserTrack
lists the currently active authenticated users that are logged into zope and
accesses an object below the folder where the UserTrack instance resides. So
I guess I need to write initialize in some of the ZMI folder object, but
which one?. Can anyone please help me.

Thanks
Roopesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20080909/eb2ab52f/attachment.html 


More information about the Zope mailing list