I'm trying to set up a DataSourceUserManager. I've got it configured to
read from our user database, but it never authenticates. It asks for the
user name and password 3 times and gives a 401 to the browser. I wrapped it
with my own class so I could see which methods were getting called.
getUser() is called and returns the correct user information, so I know it's
seeing our database. If I call user.authenticate(user.getPassword()) it
returns true. What am I doing wrong?
/*
Eric Hodges, Chief Technology Officer
Mongoose Technology, Inc.
"We chase cobras so you don't have to."
*/