Hello!
Anonymous pages have auth problems in Zope, if browser sends wrong
credentials. That's probably a bug.
I reproduced it many times during upgrade:
1. Login as user "phd" to Control Panel and stop old instance. (Browser
stores login/password.)
2. Compile and run new version. "access" has "superuser", not "phd".
3. Go to root index_html. Browser sends phd/password. Zope denied
authentication.
That's a problem. Root index_html is viewable by Anonymous user - Zope
should not complain about wrong (not in acl_users) login/password.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )