27 Dec
2004
27 Dec
'04
1:32 p.m.
--On Montag, 27. Dezember 2004 14:30 Uhr +0100 Krzysztof Kubacki <krzysztof.kubacki@bmpg.pl> 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.getPassword()
Use an external method or look at Dieter Maurer's TrustedExecutables. -aj