You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by aj...@apache.org on 2010/02/23 22:54:40 UTC

svn commit: r915536 - /incubator/jspwiki/trunk/src/WebContent/templates/default/tabs/ProfileTab.jsp

Author: ajaquith
Date: Tue Feb 23 21:54:40 2010
New Revision: 915536

URL: http://svn.apache.org/viewvc?rev=915536&view=rev
Log:
Captcha interface gains an isEnabled() method to allow SpamProtect tag to check whether the CAPTCHA is operational before generating output. This is required in stand-alone or testing scenarios where an outbound network connection cannot be assumed.

Modified:
    incubator/jspwiki/trunk/src/WebContent/templates/default/tabs/ProfileTab.jsp

Modified: incubator/jspwiki/trunk/src/WebContent/templates/default/tabs/ProfileTab.jsp
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/templates/default/tabs/ProfileTab.jsp?rev=915536&r1=915535&r2=915536&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/templates/default/tabs/ProfileTab.jsp (original)
+++ incubator/jspwiki/trunk/src/WebContent/templates/default/tabs/ProfileTab.jsp Tue Feb 23 21:54:40 2010
@@ -121,7 +121,6 @@
     <%-- Spam protection: password confirmation or CAPTCHA --%>
     <wiki:UserCheck status="notAuthenticated">
       <div>
-        <s:label for="captcha" />
         <wiki:SpamProtect challenge="captcha" />
       </div>
     </wiki:UserCheck>