Fixed display of login error
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
<!-- ROLE_USER -->
|
<!-- ROLE_USER -->
|
||||||
<security:intercept-url pattern="/**" access="ROLE_USER" />
|
<security:intercept-url pattern="/**" access="ROLE_USER" />
|
||||||
<security:form-login login-page="/login.view" default-target-url="/home.view" />
|
<security:form-login login-page="/login.view" default-target-url="/home.view" authentication-failure-url="/login.view?error=1"/>
|
||||||
</security:http>
|
</security:http>
|
||||||
|
|
||||||
<security:authentication-manager>
|
<security:authentication-manager>
|
||||||
|
|||||||
Reference in New Issue
Block a user