[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/views/login.vm

noreply at shibboleth.net noreply at shibboleth.net
Mon Nov 2 22:27:34 EST 2015


Author: scantor
Date: Mon Nov  2 22:27:34 2015
New Revision: 7920

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7920&view=rev
Log:
IDP-482 - Prevent repeated login attempts

Slightly more portable DOM call.

Modified:
    trunk/idp-conf/src/main/resources/views/login.vm

Modified: trunk/idp-conf/src/main/resources/views/login.vm
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/views/login.vm?rev=7920&r1=7919&r2=7920&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/views/login.vm	(original)
+++ trunk/idp-conf/src/main/resources/views/login.vm	Mon Nov  2 22:27:34 2015
@@ -78,7 +78,7 @@
             #if ($passwordEnabled)
               <div class="form-element-wrapper">
                 <button class="form-element form-button" type="submit" name="_eventId_proceed"
-                    onClick="this.innerHTML='#springMessageText("idp.login.pleasewait", "Logging in, please wait...")'"
+                    onClick="this.childNodes[0].nodeValue='#springMessageText("idp.login.pleasewait", "Logging in, please wait...")'"
                     >#springMessageText("idp.login.login", "Login")</button>
               </div>
             #end



More information about the commits mailing list