source: main/waeup.cas/trunk/waeup/cas/templates/login.html @ 10526

Last change on this file since 10526 was 10397, checked in by uli, 11 years ago

Handle failed login (with tests).

File size: 481 bytes
RevLine 
[10335]1<html>
2  <head>
3    <title>WAeUP Central Authentication Service</title>
4  </head>
5  <body>
[10397]6    <div id="msg">
7      MSG_TEXT
8    </div>
[10335]9    Please enter your credentials to authenticate:
10    <form method="post">
11      <input type="text" name="username" />
12      <input type="password" name="password" />
[10394]13      <input type="hidden" name="lt" value="LT_VALUE" />
14      SERVICE_FIELD_VALUE
15      <input type="submit" name="AUTHENTICATE" value="Login" />
[10335]16    </form>
17  </body>
18</html>
Note: See TracBrowser for help on using the repository browser.