Login/password sanitization is bad idea initially. Validation should not allow restricted symbols in login and that's all. Password may and should contain anything for its strongness. Login and password in database should not differs from inputed by user.
On Jul 14, 10:04 am, Miles J <[email protected]> wrote: > Yes your right, sanitization should be done after validation. Your > validation should check for errors. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
