[Zope-DB] How to extract users info from ZODB?

Norman Khine norman at khine.net
Wed Jan 25 09:41:53 UTC 2012


you will have to write a python script in the root of your zope
instance something like detailed on this post:
http://stackoverflow.com/questions/2843441/zope-plone-3-1-2-export-all-users-with-email-addresses

hope this helps

On Wed, Jan 25, 2012 at 10:24 AM, smita kamdar <smita.kamdar00 at gmail.com> wrote:
> Respected Sir/Madam,
>
> I am Smita Kamdar.
>
> I am using zope of the below specifications -
>
> Zope Version   (Zope 2.6.2 (binary release, python 2.1, linux2-x86),
> python 2.1.3, linux2)
>
> Python Version 2.1.3 (#3, Dec 13 2003, 05:04:19) [GCC 3.3.2 20031022
> (Red Hat Linux 3.3.2-1)]
>
> System Platform linux2
>
>
> I support an application developed & deployed on zope server. There
> are some users who are using that application. I want the details of
> those
> users. How do I extract those details from zope?
>
> Also, my application is using Postgresql Database. I checked all the
> database tables by connecting to the DB from my linux server. But none
> of the tables has user info. I think the user info is in the Zope Object
> Database. How do I extract the users info from ZODB?
>
> Request you to please help me here, as I am new to zope. Please help me.
>
> Thanks & Regards,
> Smita kamdar
> _______________________________________________
> Zope-DB mailing list
> Zope-DB at zope.org
> https://mail.zope.org/mailman/listinfo/zope-db



-- 
%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or
chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )


More information about the Zope-DB mailing list