소스 검색

minor change to wording

Luke Taylor 17 년 전
부모
커밋
069a75b8fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/site/fml/faq.fml

+ 1 - 1
src/site/fml/faq.fml

@@ -175,7 +175,7 @@ org.springframework.security.AccessDeniedException: Access is denied
 	  	<faq id="extra-login-fields">
 	  		<question>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)?</question>
 	  		<answer>
-	  			<p>This question comes up repeatedly in the Spring Security forum so you will find more information there.</p>
+	  			<p>This question comes up repeatedly in the Spring Security forum so you will find more information there by searching the archives (or through google).</p>
 	  			<p>
 	  			The submitted login information is processed by an instance of <i>AuthenticationProcessingFilter</i>. 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 <i>UsernamePasswordAuthenticationToken</i>),