- Change login action prefix.
- Hide/Display buttons based on the selected items.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<spring:message code="SIGN_IN"/>
|
||||
</h1>
|
||||
|
||||
<form action="<c:url value='/j_spring_security_check'/>" method="POST">
|
||||
<form action="<c:url value='/c/j_spring_security_check'/>" method="POST">
|
||||
<table>
|
||||
<tbody>
|
||||
<c:if test="${not empty param.login_error}">
|
||||
|
Reference in New Issue
Block a user