From 069a75b8fc6bd586165193897845e785222bb9fe Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 4 Aug 2008 13:29:06 +0000 Subject: [PATCH] minor change to wording --- src/site/fml/faq.fml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 7fed2b0f34..8adf781935 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -175,7 +175,7 @@ org.springframework.security.AccessDeniedException: Access is denied I need to login in with more information than just the username. How do I add support for extra login fields (e.g. a company name)? -

This question comes up repeatedly in the Spring Security forum so you will find more information there.

+

This question comes up repeatedly in the Spring Security forum so you will find more information there by searching the archives (or through google).

The submitted login information is processed by an instance of AuthenticationProcessingFilter. You will need to customize this class to handle the extra data field(s). One option is to use your own customized authentication token class (rather than the standard UsernamePasswordAuthenticationToken),