source:
main/waeup.cas/trunk/waeup/cas/templates/login.html
@
10394
Last change on this file since 10394 was 10394, checked in by , 11 years ago | |
---|---|
File size: 436 bytes |
Line | |
---|---|
1 | <html> |
2 | <head> |
3 | <title>WAeUP Central Authentication Service</title> |
4 | </head> |
5 | <body> |
6 | Please enter your credentials to authenticate: |
7 | <form method="post"> |
8 | <input type="text" name="username" /> |
9 | <input type="password" name="password" /> |
10 | <input type="hidden" name="lt" value="LT_VALUE" /> |
11 | SERVICE_FIELD_VALUE |
12 | <input type="submit" name="AUTHENTICATE" value="Login" /> |
13 | </form> |
14 | </body> |
15 | </html> |
Note: See TracBrowser for help on using the repository browser.