chromecow
Visitor
|
simpleLogin - 2008/03/14 00:31
Now that I have modules up and running, I'm trying to figure out what simpleLogin does.
When I send: <connect nickname="KoolBoy" password="hacker" />
I would think I'd get the message:
'Wooohoo ! You are a hacker ? I won't let you in !'
But instead, I get:
*32056* Incoming : <hello>Hello KoolBoy. Please feel free to send me the "hello" or "quote" nodes ! </hello> *31838* Incoming : <connect isok="1" msg="Your nickname is now : KoolBoy" /> *31748* Sending : <connect nickname="KoolBoy" password="hacker" />
Does this only work when palabre config for database access is:
checkpassword = true
|