Re: [Zope3-Users] login/logout with z3c.pagelet?

2008-02-12 Thread Hermann Himmelbauer
Hi, Are there any login/logout/redirect templates for z3c.pagelet? I could reuse the templates from zope.app.authentication, but they obviously contain some macros that need some registrations I don't have, such as @@standard_macros. And my layout template does not contain any macro.

Re: [Zope3-Users] login/logout with z3c.pagelet?

2008-02-11 Thread Paul Carduner
Hi Christophe, I looked at some of my projects using z3c.pagelet and found that it had taken a fair amount of work to get the login/logout views setup with pagelets. I think it would be great if someone could contribute a package that makes setting this up easier. Any volunteers? - Paul On

Re: [Zope3-Users] login/logout with z3c.pagelet?

2008-02-11 Thread Christophe Combelles
Christophe Combelles a écrit : Hi, Are there any login/logout/redirect templates for z3c.pagelet? I could reuse the templates from zope.app.authentication, but they obviously contain some macros that need some registrations I don't have, such as @@standard_macros. And my layout template does

[Zope3-Users] login/logout with z3c.pagelet?

2008-02-10 Thread Christophe Combelles
Hi, Are there any login/logout/redirect templates for z3c.pagelet? I could reuse the templates from zope.app.authentication, but they obviously contain some macros that need some registrations I don't have, such as @@standard_macros. And my layout template does not contain any macro. Maybe