- Change Summary:
-
Fix password changing. Some imports were missing.
Move preference saving logic out of the view and into the form.
Review Request #1999 — Created Dec. 14, 2010 and submitted
Move preference saving logic out of the view and into the form. The preferences ("My Account") view was handling all the logic for saving, instead of the form. This moves all the saving logic into the form's save function. It otherwise doesn't change any logic.
Saved some settings. Things seem to work still.