[symfony-users] Re: Best way to implement change password functionality?

2010-01-30 Thread Stephen Melrose
Just looked through the source code. It seems the sfGuardPlugin implements the change password feature pretty much exactly how I did, so I'm going to stick with my current method. Thanks for the help! On 30 Jan, 08:33, Richtermeister wrote: > I would suggest reading through the code of the sfGua

[symfony-users] Re: Best way to implement change password functionality?

2010-01-30 Thread Richtermeister
I would suggest reading through the code of the sfGuardPlugin, as this shows exactly how that's done. Daniel On Jan 29, 1:23 pm, Stephen Melrose wrote: > Hi, > > I'm trying to get my head around the form framework in Symfony 1.4. > I've read the incredibly detailed section in the 'More with sy