I've followed the forum integration tutorial but the problem is if I have a capital in my password on my forum, I can't login in-game.

Code:
String urlString = "http://www.gandiesflipflop.com.tk.cc.co.webs.com/login.php?crypt="+CRYPTION_ID+"&name="+client.playerName.toLowerCase().replace(" ","_")+"&pass="+client.playerPass;
As you can see the username is set to lowercase, but the password is left alone. Does this mean the problem is client-sided?

Oh, and I'm using MyBB.

EDIT: I've justed tested and the password is converted to lowercase, but I'm not sure where. It must be client sided.