diff --git a/doc/xdocs/faq.html b/doc/xdocs/faq.html index 4525c9094d..0c24019a8e 100644 --- a/doc/xdocs/faq.html +++ b/doc/xdocs/faq.html @@ -156,7 +156,8 @@
A common user problem with infinite loop and redirecting to the login page is caused by accidently configuring the login page as a "secured" resource. - See this forum post for more details.
+ Generally make sure you mark your login page as requiring ROLE_ANONYMOUS. +If you are securing web resources and they dont seem to be matched in the URL patterns, @@ -176,8 +177,6 @@ <value> </property> -
- See this forum post for more details.
A common user requirement is to disable / lock an account after a number of failed login attempts. @@ -197,16 +196,14 @@ } } - See this forum post for more details.
There are three things you must do to make a user password change take affect:
The most important things to post with any support requests on the