[symfony-users] Re: Have it so if a user doesnt fill in a field it stays as it was?

2010-01-15 Thread Tom Ptacnik
Left it unfilled, and then when saving the profile don't change the password if the password field is blank.. Also you have to optimize a validation process for this behaviour. On 14 led, 18:08, Darren884 darren...@gmail.com wrote: HI basically I want to make it so as if a user is filling out

[symfony-users] Re: Have it so if a user doesnt fill in a field it stays as it was?

2010-01-15 Thread ken
You mean the form fills the field with the password as default value? I don't think that is ever a good idea. If you want a change password form, here is the class that I'm using. http://gist.github.com/278064 On Jan 15, 6:38 pm, Tom Ptacnik to...@tomor.cz wrote: Left it unfilled, and then when

[symfony-users] Re: Have it so if a user doesnt fill in a field it stays as it was?

2010-01-14 Thread Darren884
HI basically I want to make it so as if a user is filling out their account options if they don't change their password it stays as it is. This is very common with profile sites and such. On Jan 14, 6:17 am, Alexandru-Emil Lupu gang.al...@gmail.com wrote: what do you mean? if a user does not