[Zope] Python script/security help
Dieter Maurer
dieter@handshake.de
Wed, 5 Dec 2001 22:27:51 +0100
Keith Alperin writes:
> ...
> myMember.fname.getValue()
> ...
> I can call the fname.getValue() method from another method of my member
> object. The problem is that when I attempt to call the fname.getValue()
> method from a python script, I am prompted for my password and then am
> given an error: "Unauthorized: getValue"
Are both "myMember" and "myMember.fname" instances of an
"Acquisition.[Im|Ex}plicit" class?
Dieter