Why aren't you using sfDoctrineGuardUser? http://www.symfony-project.org/blog/2008/11/12/call-the-expert-customizing-sfdoctrineguardplugin
yeah, symfony's not your problem. On Tue, Jan 19, 2010 at 11:06 AM, Darren884 <[email protected]> wrote: > I am starting to think Symfony does not possess the even common sense > when it comes to building applications. Once again I will have to > reverse engineer the code and add my own ways. > > On Jan 18, 8:38 pm, Ashton Honnecke <[email protected]> wrote: >> In the past, when not using sfGuardDoctrineUser I have usually made a >> different "reset password" page, seperate from the rest of the user >> form. >> >> Ashton >> >> On Jan 18, 2010, at 16:31, Darren884 <[email protected]> wrote: >> >> > I have a form for the employees department and it has the information >> > on the employee, including the password. The problem is I do not want >> > the employee to have to re-enter their password every time they fill >> > out the form, so if the form is blank it would maintain the same >> > password. Is this possible in Symfony? I have tried to modify my >> > update action but because I encrypt my passwords it will not validate >> > because the encrypted version is 40 characters in length and my >> > validator only passes 8-12 characters. Can someone give me any insight >> > on this? Shouldn't this have been a practical thing to build in? >> > Hasn't anyone done a user system before? >> >> > Thanks, >> > Darren >> > -- >> > 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 >> > athttp://groups.google.com/group/symfony-users?hl=en >> > . > > -- > 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. > > > > -- 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.
