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

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

Handle failed login (with tests).

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