git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2426
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
<body>
<img src="images/logo.jpg" />
<h2>Shibboleth Identity Provider Login</h2>
+
+ <% if ("true".equals(request.getParameter("loginFailed"))) { %>
+ <p>Authentication Failed</p>
+ <% } %>
+
+ <form action="Authn/UserPassword" method="post">
<table>
<tr>
<td>Username:</td>
<td><input name="j_password" type="password" tabindex="2" /></td>
</tr>
<tr>
- <td rowspan="2"><button tabindex="3"/></td>
+ <td rowspan="2"><input type="submit" value="Login" tabindex="3" /></td>
</tr>
</table>
+ </form>
</html>
\ No newline at end of file