On 14 Aug 2012, at 8:11 AM, Rob_McC <mrmccorm...@gmail.com> wrote:
> Hey Jon:
> 
> Q:
>   > BTW, are you deliberately forbidding upper-case letters?
> 
> A:
> .  Yes, just like Google does, usernames are lowercase,
>    although if your gmail username is
>    johnsmith
>    you can log in with
>    JohnSmith, or
>    JOHNSMITH, or
>    Johnsmith
>                 etc.                     but there is ONLY ONE user.
>   
>   At least for my app, Just case lowercase names are best...
>   user's have enough trouble remembering names without burden of 
> case-sensitivity.

An alternative is to let the user enter any case, but append the IS_LOWER 
validator, which isn't a validator, but forces the field to lower case. 

-- 



Reply via email to