[Zope-dev] getPassword() from PythonScript

2004-12-27 Thread Krzysztof Kubacki
ï Hi,   Zope 2-7-0 Linux Is possible to get user's password by getPassword() method using Python Script?Any proxes don't work. the code below:user = context.getMemberById(context,'koperski')return user.getPassword()returns:The object is marked as private. Access to 'getPassword' of (MemberDa

Re: [Zope-dev] getPassword() from PythonScript

2004-12-27 Thread Tino Wildenhain
Am Montag, den 27.12.2004, 14:30 +0100 schrieb Krzysztof Kubacki: > ï > Hi, > > Zope 2-7-0 > Linux > > Is possible to get user's password by getPassword() method using > Python Script? > Any proxes don't work. > > the code below: > user = context.getMemberById(context,'koperski') > return user

Re: [Zope-dev] getPassword() from PythonScript

2004-12-27 Thread Andreas Jung
--On Montag, 27. Dezember 2004 14:30 Uhr +0100 Krzysztof Kubacki <[EMAIL PROTECTED]> wrote: Hi, Zope 2-7-0 Linux Is possible to get user's password by getPassword() method using Python Script? Any proxes don't work. the code below: user = context.getMemberById(context,'koperski') return user.get