You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mp...@apache.org on 2012/04/26 23:06:23 UTC

svn commit: r1331094 - /rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/login.jsp

Author: mpierce
Date: Thu Apr 26 21:06:23 2012
New Revision: 1331094

URL: http://svn.apache.org/viewvc?rev=1331094&view=rev
Log:
(RAVE-588) Adding the ID attribute to the openID login form.

Modified:
    rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/login.jsp

Modified: rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/login.jsp
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/login.jsp?rev=1331094&r1=1331093&r2=1331094&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/login.jsp (original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/login.jsp Thu Apr 26 21:06:23 2012
@@ -84,7 +84,7 @@
                             //############################################
                         --%>
 
-                    <form class="form-horizontal" name='oidf' action='j_spring_openid_security_check' method='POST'>
+                    <form class="form-horizontal" id="openIdForm" name='oidf' action='j_spring_openid_security_check' method='POST'>
                         <c:if test="${param['authfail'] eq 'openid'}">
                             <p class="error"><fmt:message key="page.login.openid.fail"/></p>
                         </c:if>