Add reCaptcha as default implementation

Add support for enabling and disabling captcha
This commit is contained in:
Paulo Gustavo Veiga
2012-03-21 23:30:07 -03:00
parent f82f024fb7
commit 773d164256
14 changed files with 321 additions and 469 deletions

View File

@@ -48,8 +48,7 @@
</c:if>
<tr>
<td class="formLabel">
<spring:message code="EMAIL"/>
:
<spring:message code="EMAIL"/>:
</td>
<td>
<input type='text' tabindex="1" id="email" name='j_username'/>
@@ -57,8 +56,7 @@
</tr>
<tr>
<td class="formLabel">
<spring:message code="PASSWORD"/>
:
<spring:message code="PASSWORD"/>:
</td>
<td>
<input type='password' tabindex="2" id="password" name='j_password'/>