That is correct, I added the e-mail address because it was needed for the forgot password functionality, then someone came along and didn't like it so they removed the e-mail address, but it looks like they did not remove it completely.
How about we add the e-mail address to the plugin but make it a configurable option in the schema. That way we can have the e-mail address and forgot password functionality as something you can turn on and off? Or maybe somehow we can create a sfGuardForgotPasswordPlugin and hook it in to sfGuard? Any ideas? - Jon Colin Williams wrote: > I think I tracked the issue down to an incomplete removal of the > email_address field. More here: > http://trac.symfony-project.com/trac/ticket/1766#preview > <http://trac.symfony-project.com/trac/ticket/1766#preview> > However, if someone else who knows more about the plugin can very > that, it'd be helpful. > > On 5/19/07, *Colin Williams* < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Hi all, > I have another problem, this time with the sfGuardDoctrinPlugin. > The frontend modules work fine, but whenever I try to edit the > users with the backend module (sfGuardUser), it throws an exception: > [Doctrine_Record_Exception] > Unknown property / related component 'email_address'. > I have no idea why there's an email address ?field? at all, since > it isn't in the schema. Searching for it turned up an old > revision <http://trac.symfony-project.com/trac/changeset/3732> > from a month that had the email_address field, so perhaps this > problem is a remnant from that? Anyway, I don't know how to fix > this, either removing the misguided email_address reference, or > adding in an email-address field. I will eventually be adding an > email address to the schema, so it'd be fine to just add that in > to fix the problem. > > Thanks, > --Colin > > -- > "Doh!" - Homer Simpson > > > > > -- > "Doh!" - Homer Simpson > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
