i have a problem with caps sensitive, login page.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mefarsem
Forum Newbie
Posts: 2
Joined: Sun Jun 27, 2010 8:36 pm

i have a problem with caps sensitive, login page.

Post by mefarsem »

if i register with user name and password like this:

John
123456

when i log in, if i do john, it doesn't let me log in and it says "wrong password", although its wrong username.

can you please help me?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: i have a problem with caps sensitive, login page.

Post by requinix »

Argh.

Most of the time a "bad password" corresponds to a bad username and/or password. It's a security thing.

What are you talking about?
Post Reply