Re: Capital letters ignored in password check
Re: Capital letters ignored in password check
- Subject: Re: Capital letters ignored in password check
- From: Sacha Mallais <email@hidden>
- Date: Fri, 2 Sep 2005 11:20:42 -0700
On Sep 2, 2005, at 11:07 AM, Ute Hoffmann wrote:
Hallo,
I got a very simple authorization panel, checking Login and Password.
I fetch it like this:
qualifier = EOQualifier.qualifierWithQualifierFormat("login = %@
AND passwort = %@", bindings);
It turns out to be case insensitive, thus the password/login typed
in small or capital letters both come into the application, which
of course should not be happening.
My database is mysql.
Any idea what is going wrong?
I would guess something is wrong with mySQL. Try logging the SQL
with a "-DEOAdaptorDebugEnabled true" argument on the command line.
sacha
--
Sacha Michel Mallais - 800 lb. gorilla
Global Village Consulting Inc.: http://www.global-village.net/
1. Never tell everything at once.
-- Ken Venturi, Ken Venturi's Two Great Rules of Life
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden