<%@ taglib prefix='c' uri='http://java.sun.com/jstl/core' %> <%@ page import="net.sf.acegisecurity.ui.AbstractProcessingFilter" %> <%@ page import="net.sf.acegisecurity.AuthenticationException" %> Login

Login

If you've used the standardInMemoryDaoImpl config, try these users:

username marissa, password koala (granted ROLE_SUPERVISOR)

username dianne, password emu (not a supervisor)

username scott, password wombat (not a supervisor)

<%-- this form-login-page form is also used as the form-error-page to ask for a login again. --%> Your login attempt was not successful, try again.

Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.ACEGI_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>

User:
Password: