This is strange. And I'm convinced there must be a typo somewhere, but I'm not seeing it.
I'm on 1.2 and the symptoms are: var $validate works just fine on another model I have, Rating, for a ratings table. var $validate doesn't work at all on my User model: var $validate = array( 'username' => array( 'rule' => 'alphaNumeric', 'required' => true, 'allowEmpty' => false, 'message' => 'oopsie' ) ); In /users/create, the username field isn't styled as required and isn't being caught as required and any old characters go sailing through without a second's thought. What gives? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
