Vedr. Re: [Zope3-Users] Authentication howto

2007-06-15 Thread Torvald Bringsvor
Thanks guys. I'm now back to liking the framework again :-)) -Torvald --- Baiju M <[EMAIL PROTECTED]> skrev: > Christophe Combelles wrote: > > Since this is the third time I see this question, > I've pasted it on > > the FAQ. > > > http://wiki.zope.org/zope3/FAQ#i-want-to-quickly-setup-authe

Re: Vedr. Re: [Zope3-Users] Authentication howto

2007-06-12 Thread Christophe Combelles
I didn't know kelpi.com, that's a nice example of zope3 app !! I guess this hasn't been online for a long time? I've quickly looked at the code, and I have a question: what's the purpose of MyIntIds compared to the base IntIds? Is this some optimisation? Christophe Nando Quintana a écrit : Hi

Re: Vedr. Re: [Zope3-Users] Authentication howto

2007-06-11 Thread Nando Quintana
Hi, I've uploaded you another piece of code: kelpi.com/script/c880ba There you have a view to handle login action. when auth is required zope redirects you to "/loginForm.html" I redirect then to "/login" where I prompt the user asking for user/pass. In this zcml: kelpi.com/script/fa9196 you ca