Hi folks,

I'm implementing a custom verifyCredentials(String username, String
passwordClear, Object credentials) in my authentication class.  I've
set my domain as "mychatbox.net" for testing purposes (the server's
really located in my localhost FTTB).  I'm trying to authenticate
users by different email domains e.g. us...@yahoo.com,
us...@hotmail.com, etc.  However, upon printing out the username in
verifyCredentials, I'm getting us...@mychatbox.net and
us...@mychatbox.net.  No matter what I try, I can't get the actual
username keyed in at the client.

Is there anything I'm missing out or is the username tied to the
domain set at the server?


Thanks.

Reply via email to