[Zope] (Re)Authentication and Anonymous problem

Oleg Broytmann phd2@mail.com
Tue, 11 Jul 2000 14:04:53 +0000 (GMT)


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/     phd2@mail.com
           Programmers don't die, they just GOSUB without RETURN.