Using the Zope debugger (authenticating)
22 Oct
2000
22 Oct
'00
3:17 p.m.
How do I authenticate myself when using the Zope debugger? (I've seen this before I think, but I couldn't find it) Thanks. -Morten
22 Oct
22 Oct
7:56 p.m.
New subject: [Zope-dev] Using the Zope debugger (authenticating)
"Morten W. Petersen" wrote:
How do I authenticate myself when using the Zope debugger? (I've seen this before I think, but I couldn't find it)
Pass the 'u' argument: [michel@heinlein python]$ python Python 1.5.2 (#1, Sep 17 1999, 20:15:36) [GCC egcs-2.91.66 19990314/Linux (egcs- on linux-i386 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
import ZPublisher import Zope ZPublisher.Zope('/manage_main', u="superuser:123") Status: 200 OK
-Michel
9320
Age (days ago)
9320
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michel Pelletier -
morten@esol.no