-
Mar 17th, 2011, 06:14 AM
#1
extending UsernamePasswordAuthenticationFilter
I am not sure if i am on the right path here ...
I am trying to authenticate a user not only with the password and username but a triplet of information , like username , password and country , so there would be three fields on the login page like j_username j_password j_country ...
Would extending the "UsernamePasswordAuthenticationFilter" be the right way ?
I already wrote a Custom AuthenticationProvider which will be able to authenticate those users, but on the frontend side i am a bit confused ...
-
Mar 17th, 2011, 06:52 AM
#2
There is some information on this in the FAQ.
-
Mar 17th, 2011, 07:39 AM
#3
thanks ... didn't suspect it there
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules