When working with some android phones, the first letters of common names are sometimes capitalized automatically. So the logic would be to force the username and password entered to a lowercase.
So far, I'm thinking I need to use the tolowercase function but am having problems with the syntax. Any ideas