[Zope] md5 routines inside python script does not work!

Dieter Maurer dieter@handshake.de
Sun, 22 Jul 2001 22:14:42 +0200 (CEST)


Gustavo Vieira Goncalves Coelho Rios writes:
 > i am trying to get a digest for a string, using md5 routines, but zope request to provided (again) with a user/password. What i cannot understand is that i logged in with a manager account.
You try to use a function without explicit security declaration.

This is impossible in DTML, Python Script, ZPT and other
TTW (Through The Web) context.

Search the searchable mailing list archives for "ModuleSecurityInfo"
to learn how to provide explicit security declaration
or follow an advice you already got: use an External Method.


Dieter