On Sun, Aug 28, 2011 at 5:21 AM, Michael Lok <[email protected]> wrote: > 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?
It should not be. Could you please try with SVN trunk and see if you get the same behavior? /niklas
