Re: Case sensitive password

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thank you for your reply.  The password is not stored, actually, like in a
databse.  We're only dealing with one password. When the user inputs the
password, he/she should be able to input either in lower or upper case or
both abd they should have access to the "protected file" in this case.

Is this what you are recommending below?

Best
R.C.

"Chris" <dmagick@xxxxxxxxx> wrote in message
news:4859E3B0.1060606@xxxxxxxxxxxx
> R.C. wrote:
> > I have coded a php page that accepts a password.  What is the code to
make
> > sure the password entered is NOT case-sensitive?
>
> Before you store the password, make it all lowercase (or uppercase,
> whatever you prefer).
>
> $password = strtolower($password);
>
>
> When you compare the passwords, turn it all to lower (or upper) case
> before you compare it.
>
>
> -- 
> Postgresql & php tutorials
> http://www.designmagick.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux