Hello again, Just further to this thread, is this branch[1] the one to use for the latest updates to the Plone 2.5-compatible version of remember? Just I note that the last changes to this branch was 10 months ago, which in the scale of things isn't really too old :)
Thanks, Tim [1] http://dev.plone.org/collective/browser/remember/branches/1.0 On Thu, 2009-06-11 at 16:50 +1200, Tim Knapp wrote: > Hi, > > I've tried to set the validate_email value to False in both the GS > profile and in code as follows (in the test fixture setup): > > # don't send emails out by default > ptool = getToolByName(self.portal, 'portal_properties') > ptool.site_properties.validate_email = False > self.portal.validate_email = False > > As you can see I've set both the property in site_properties and on the > portal root itself as it seems that these values changed between Plone > 2.5 and 3 and the code checks both. But no matter how I set it, the > password fields don't show up on the reg_form. All my other fields are > fine. > > I also put a pdb in the showPasswordField in remember.content.member but > this code doesn't even get called. Any clues? > > Thanks, > Tim > > > > -- > Archive: > http://www.openplans.org/projects/remember/lists/remember/archive/2009/06/1244695860553 > To unsubscribe send an email with subject "unsubscribe" to > [email protected]. Please contact > [email protected] for questions. > -- Archive: http://www.openplans.org/projects/remember/lists/remember/archive/2009/06/1244699451588 To unsubscribe send an email with subject "unsubscribe" to [email protected]. Please contact [email protected] for questions.
