badben
Visitor
|
Module authenticate MYSQL - 2008/06/18 18:16
Hi,
Why do i config this line in the palabre.conf file ?
dBRequest = SELECT * FROM palabre WHERE nickname LIKE [LOGIN] AND password LIKE MD5([PASSWORD])
We don't use this request.
I can send this node :
| Code: | <connect nickname="aaa" password="" ></connect>
|
and i receive :
| Code: |
<simplelogin>You sent a password ! congratulations
If you don't want to be authorized, send password="hacker" </simplelogin>
<connect isok="1" msg="Your nickname is now : aaa" />
|
The simple login only send true if the password is set.
But how to use this request in order to check the user password ?
Thanks.
|