[Zope-dev] Zope Tests: 4 OK, 2 Failed

2008-11-07 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Thu Nov 6 12:00:00 2008 UTC to Fri Nov 7 12:00:00 2008 UTC. There were 6 messages: 6 from Zope Tests. Test failures - Subject: FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux From: Zope Tests Date: Thu Nov 6 20:41:36 EST

[Zope-dev] automatic authentication after signup

2008-11-07 Thread Jayarajan Jn
Hi ALL, I have been doing an authentcation package with signup and login/logout features using PAU. When i refered to philips book and the worldcookery example i found the following codes in the signup logic. class SignUpView(BaseSignUpView): signUpForm = ViewPageTemplateFile('signup.pt')