%@ include file="header.jsp" %> <%-- NOTE THAT THIS PAGE NOW REQUIRES A TRANSACTION ID TO BE PART OF THE LOGIN FORM! IF YOU HAVE A CUSTOM login.jsp, YOU MUST ADD THIS NEW POST INFORMATION. --%>
<% if (request.getAttribute("edu.yale.its.tp.cas.badUsernameOrPassword")
!= null) { %>
Sorry, you entered an invalid NetID or password.
Please try again.
<% } else if (request.getAttribute("edu.yale.its.tp.cas.service") == null) { %>
You may establish Yale authentication now in order to access protected
services later.
<% } else if (request.getAttribute("edu.yale.its.tp.cas.badLoginTicket") != null) { %>
<%-- place a message here if you want --%>
<% } else { %>
You have requested access to a site that requires Yale
authentication.
<% } %>
Enter your Yale NetID and password below; then click on the Login button to continue.
| ||||||||
Be wary of any program or web page that asks you for your NetID and password. Secure Yale web pages that ask you for your NetID and password will generally have URLs that begin with "https://www.yale.edu" or "https://secure.its.yale.edu". In addition, your browser should visually indicate that you are accessing a secure page.