Re: [Zope-dev] Using the Zope debugger (authenticating)

2000-10-22 Thread Michel Pelletier

"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

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] Using the Zope debugger (authenticating)

2000-10-22 Thread Morten W. Petersen

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

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )