Password validation

2007-02-22 Thread josesquared
Hey Everyone, I'm new to cake and I would like to know how I could validate a password and a re-enter password input field in cake. Obviously, the re-enter password input field does not belong in the database. I tried using the invalidate function in my controller and it doesn't seem to work.

Re: invalidate help

2007-02-21 Thread josesquared
It is inside a method. On Feb 21, 1:51 am, Grzegorz Pawlik [EMAIL PROTECTED] wrote: where do You call this function? Is it in some of your controllers method or callback? On Feb 21, 2:44 am, josesquared [EMAIL PROTECTED] wrote: I am using theinvalidatefunction in the controller

invalidate help

2007-02-20 Thread josesquared
I am using the invalidate function in the controller and it is not triggering the tagErrorMsg. I also tested and it doesn't seem to block the save either. The validation works fine when I construct the validation array in the Model but I just want to know if I'm able to do it through the