Hi Zope People!

I got this conflict (see below) error utilizing z3c.authenticator in 
bluebream.

Learned from
http://www.mail-archive.com/zope3-us...@zope.org/msg08290.html
that
"""
 > Both registrations won't work at the same time.
 > You need to get rid of one based on what sort of authentication you're
 > using.
"""

This is out of question. The question is how to do this. There is no direct
dependecy on zope.app.security in my zcml code.

Any help apreciated, thanks in advance

Volker


zope.configuration.config.ConfigurationConflictError: Conflicting 
configuration actions
  For: ('view', None, u'logout.html', <InterfaceClass 
zope.publisher.interfaces.browser.IBrowserRequest>, <InterfaceClass 
zope.publisher.interfaces.browser.IDefaultBrowserLayer>)
    File 
"/home/volker/workspace/vbb/propertyshelf.mls/eggs/zope.app.security-3.7.5-py2.6.egg/zope/app/security/browser/configure.zcml",
 
line 31.2-38.8
        <browser:page
            name="logout.html"
            for="*"
            class=".auth.HTTPAuthenticationLogout"
            attribute="logout"
            permission="zope.Public"
            allowed_interface="zope.app.publisher.interfaces.http.ILogout"
            />
    File 
"/home/volker/workspace/vbb/propertyshelf.mls/eggs/z3c.authenticator-0.8.0-py2.6.egg/z3c/authenticator/browser/login.zcml",
 
line 21.2-26.8
        <page
            name="logout.html"
            for="*"
            class=".login.SiteLogout"
            permission="zope.Public"
            />

Any help appreciated.
Thanks in advance

Volker

-- 
====================================================
   inqbus it-consulting      +49 ( 341 )  5643800
   Dr.  Volker Jaenisch      http://www.inqbus.de
   Herloßsohnstr.    12      0 4 1 5 5    Leipzig
   N  O  T -  F Ä L L E      +49 ( 170 )  3113748
====================================================

_______________________________________________
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to