diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index e8a85e743d..012b40d1a6 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -199,8 +199,8 @@ org.springframework.security.AccessDeniedException: Access is denied

You will also need to customize the actual authentication process. If you are using a custom authentication token class, for example, you will have to write an AuthenticationProvider to handle it (or extend the standard DaoAuthenticationProvider). - If you have concatenated the fields, you can implement your own UserDetailsService which splits them up and loads the appropriated user data to use - for authentication. + If you have concatenated the fields, you can implement your own UserDetailsService which splits them up and loads the appropriate user data for + authentication.