{% extends "admin_base.html" %} {% block title %}reCAPTCHA Settings{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

reCAPTCHA Settings


What is reCAPTCHA?
reCAPTCHA is the system used to help prevent people from abusing the password reset page on PufferPanel. You will need to generate your own keys by going to Google's reCAPTCHA Site and clicking "get reCAPTCHA."
{% endblock %} {% block javascript %}{% endblock %}