Re: [html-formfu] Password fields that do not update unless filled in

2008-11-16 Thread Ben Sommer
Steve - if you just remove the email field form the formfu config, it won't show up in the edit form and your controller won't attempt to update it. As far as allowing user to elect changing the password, I would define a second form for just the password field. It would be nice to dynamically conc

[html-formfu] Password fields that do not update unless filled in

2008-11-16 Thread Steve
Hi, I've got a form editing a user's username, email and password. As usual the password fields are blank, and I don't want to update the password field in the database unless the user indicates they want to change it by filling it in. Anyway, I can't figure out how to do this. Relevant bit of a