[Zope] Re: Exporting portal member data to csv

2007-02-28 Thread hpinson
I'm having the same problem. Zope 2.9.6 and Plone 2.5.2 Method is describe here: http://zopelabs.com/cookbook/1140753093 The line: password = user._getPassword() ...no longer works. I can remove that one line, and export to CSV works fine. Obtaining a username / password list is

[Zope] Re: Exporting portal member data to csv

2007-02-28 Thread Laurence Rowe
This is because since PlonePAS integration the user password is no longer stored, instead a hash of the password is stored instead (much better for security!) This means it is impossible to get the original password back. If you do have a need to remind users of their passwords then you must

Re: [Zope] Re: Exporting portal member data to csv

2007-02-28 Thread Win Myint Aung
: [Zope] Re: Exporting portal member data to csv I'm having the same problem. Zope 2.9.6 and Plone 2.5.2 Method is describe here: http://zopelabs.com/cookbook/1140753093 The line: password = user._getPassword() ...no longer works. I can remove that one line, and export to CSV works fine

[Zope] Re: Exporting portal member data to csv

2007-02-27 Thread Paul Williams
What does your log say? Win Myint Aung wrote: When i run the external method in plone site, it shows errors. The error shows. Site Error An error was encountered while publishing this resource. *Error Type: AttributeError* *Error Value: portal_memberdata* The following is the

Re: [Zope] Re: Exporting portal member data to csv

2007-02-27 Thread Maciej Wisniowski
* Module ZPublisher.Publish, line 115, in publish * Module ZPublisher.mapply, line 88, in mapply * Module ZPublisher.Publish, line 41, in call_object * Module Products.ExternalMethod.ExternalMethod, line 225, in __call__ __traceback_info__: ((Application at ,), {},