[Zope3-Users] Re: zope.testbrowser and ZMI?
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 1 10:22:54 EST 2007
On Thursday 01 March 2007 10:17, Basil Shubin wrote:
> >> >>> browser.addHeader('Authorization', 'Basic admin:admin')
This authorization is not correct. You need to use:
>>> manager.addHeader('Authorization', 'Basic mgr:mgrpw')
At least this is the default.
Regards,
Stephan
--
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
More information about the Zope3-users
mailing list