Hi Bluebream People! Tried to include z3c.authenticator into bluebream.
Got the following error: *ComponentLookupError: ((<z3c.pagelet.zcml.AuthenticatorAddForm object at 0xa09622c>, <zope.publisher.browser.BrowserRequest instance URL=http://127.0.0.1:8080/test1/@@addAuthenticator.html>, <test.welcome.app.SampleApplication object at 0xa157dac>), <InterfaceClass z3c.form.interfaces.IWidgets>, u'') What I did was: * take a fresh bluebream instance (No code from me) * modify etc/site.zcml to include z3c.authenticator and exclude zope.app.security.browser ... <include package="z3c.template" file="meta.zcml" /> <include package="zope.viewlet" file="meta.zcml" /> <include package="z3c.pagelet" file="meta.zcml" /> <include package="z3c.macro" file="meta.zcml" /> <include package="z3c.form" file="meta.zcml" /> <include package="z3c.formui" /> <include package="z3c.contents" /> <include package="z3c.configurator" /> <include package="z3c.ptcompat" file="meta.zcml" /> <include package="z3c.table" /> <include package="zope.contentprovider" /> <include package="z3c.authenticator" /> ... <!-- include package="zope.app.security.browser" / --> ... Did I miss something? Beste Regards, 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 ==================================================== _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
