hi out there,
i just setup a box with Zope-2.3a2 and
Loginmanager.
didn't work because of Changes in
AccessControl.User:
- Super doesn't exist anymore (is emergency_user
the replacement ??)
- Zope-2.3a2 installs itself with a file "inituser"
as access-file,
AccessControl.User.py refers to "access"
in
line 372: info = readUserAccessFile('access')
<--- is this a bug ???
- it seems, that there is now some work done in the
User.py which
was "hacked" in LoginManager.py (line
130-150)
anyone any ideas about that ???
would like to test my work on Zope-2.3a2 but need
the Loginmanger
thanks in advance
jac-e
|
- Re: [Zope-dev] Zope-2.3a2 and Loginmanager Ulrich Eck
- Re: [Zope-dev] Zope-2.3a2 and Loginmanager Chris McDonough
- Re: [Zope-dev] Zope-2.3a2 and Loginmanager Bill Anderson
- Re: [Zope-dev] Zope-2.3a2 and Loginmanager Steve Alexander