Remove captcha support

It uses reCAPTCHA v1, which hasn't worked since March 2018.

Signed-off-by: Peter Marheine <peter@taricorp.net>
This commit is contained in:
Peter Marheine
2018-08-11 20:54:39 +10:00
parent b6a9b32b1c
commit 749342f25e
6 changed files with 1 additions and 35 deletions
@@ -21,12 +21,6 @@
<input name="submit" type="submit" value="<fmt:message key="recover.send"/>">
</c:if>
<c:if test="${not empty model.captcha}">
<p style="padding-top: 1em">
<c:out value="${model.captcha}" escapeXml="false"/>
</p>
</c:if>
<c:if test="${not empty model.sentTo}">
<p style="padding-top: 1em"><fmt:message key="recover.success"><fmt:param value="${model.sentTo}"/></fmt:message></p>
</c:if>