From 3da2471b7f3f99987c56192f8ea1c7d9a45b6679 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 1 Feb 2008 16:01:34 +0000 Subject: [PATCH] Some tidying up of OpenID login form. --- samples/openid/src/main/webapp/openidlogin.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/openid/src/main/webapp/openidlogin.jsp b/samples/openid/src/main/webapp/openidlogin.jsp index 30aed80c8c..30fb418d77 100644 --- a/samples/openid/src/main/webapp/openidlogin.jsp +++ b/samples/openid/src/main/webapp/openidlogin.jsp @@ -9,21 +9,21 @@ -

Login

+

Please Enter Your OpenID Identity

<%-- 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.

+ Your login attempt was not successful, try again.

Reason: <%= ((AuthenticationException) session.getAttribute(AbstractProcessingFilter.SPRING_SECURITY_LAST_EXCEPTION_KEY)).getMessage() %>
- +
Open ID Identity:value='<%= session.getAttribute(AuthenticationProcessingFilter.SPRING_SECURITY_LAST_USERNAME_KEY) %>'>
OpenID Identity:value='<%= session.getAttribute(AuthenticationProcessingFilter.SPRING_SECURITY_LAST_USERNAME_KEY) %>'>