Hi What if my table is named User and there are three fields called Username, Password, Secretvalue. I present the user a form to change the username and password and use the $this->User->save($this->data) function in the controller to save the form data to the database.
I managed to use firefox to create another input element for the Secretvalue and changed the Secretvalue in the User table. Is this not a serious security issue? How can I avoid this? Should I validate before saving data to the database? Thanks morecakepls --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
