if you use utf8_unicode_ci you dont have to
ci stands for case insensitive^^


On 15 Dez., 16:59, Stephen <[email protected]> wrote:
> Hey
>
> I like to convert my username and password strings to lowercase on any
> submit (to prevent case-sensitive data). The problem I have is that the Auth
> Component automatically hashes the password field before I get the
> opportunity to manipulate the string. I'm wondering if the only way to
> achieve this result is to use fields such as "password_original" and then
> convert that to a hashed password field afterwards?
>
> It would be nicer to do some model magic and reduce the code required in the
> controller.
>
> Look forward to your feedback.
>
> --
> Kind Regards
>  Stephen @ NinjaCoderMonkey
>
>  www.ninjacodermonkey.co.uk

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to