[Zope] Zope Error - Unthorised

Dieter Maurer dieter@handshake.de
Wed, 2 Jan 2002 21:39:25 +0100


Arun Joseph writes:
 > My web site is running on Zope 2.3.1. I want to plug a
 > spell checker into my site. I am using a simple python
 > module that calls the ispell utility of Linux. Now I
 > have written a python script to instantiate the main
 > class file in the module. But when I try to access the
 > methods in this class, the authorization window
 > appears asking me to enter the user name and password.
Read the excellent paper on Zope Security (--> zope.org) or
the ZDG (Zope Developer Guide):

  you must provide security declarations (and corresponding
  infrastructure).
  
  It may not be possible inside a "Script (Python)" but may
  require a true Python module or External Method.


Dieter