Add LDAP authentication and enabling Spring logging
[proteocache.git] / webapp / view / login.jsp
index 37e1b3e..38e9ec8 100644 (file)
@@ -6,21 +6,20 @@
 <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
 <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
 
-<spring:url value="/j_spring_security_check" var="scheck" />
+<spring:url value="/j_spring_security_check" var="usercheck" />
 
 <html>
 <jsp:include page="fragments/header.jsp" />
 <body onload='document.f.j_username.focus();'>
        <div class="container">
                <jsp:include page="fragments/publicmenu.jsp" />
-               <spring:url value="/ip/query" var="query" />
 
                <div class="panel panel-default">
                        <div class="panel-heading">
-                               <div style="font-weight: bold;">Enter your username (email used during registration) and password</div>
+                               <div style="font-weight: bold;">Enter your username (email) and password</div>
                        </div>
                        <div class="panel-body">
-                               <form name='f' action="${scheck}" method='POST'>
+                               <form name='f' action="${usercheck}" method='POST'>
                                        <div class="col-xs-3"><!-- make the field shorter -->
                                                <c:choose>
                                                <c:when test="${error == null}">