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. [email protected], [email protected], etc. However, upon printing out the username in verifyCredentials, I'm getting [email protected] and [email protected]. 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.
