wildwolf/recaptcha
Adds reCAPTCHA to the login form
Installs: 99
Dependents: 0
Suggesters: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type: roundcube-plugin
0.1
2017-09-26 14:32 UTC
Requires
- php: >=7.0
- roundcube/plugin-installer: >=0.1.6
- cloudflare/cf-ip-rewrite: ^1.0
- google/recaptcha: ^1.1
README
Adds reCAPTCHA to the RoundCube login form
Installation
See "Getting Started" on https://plugins.roundcube.net/
Plugin name is "wildwolf/recaptcha"
Configuration
config.inc.php
:
<?php // See https://www.google.com/recaptcha/ // See https://developers.google.com/recaptcha/docs/display $rcmail_config['recaptcha_public_key'] = 'sitekey form https://www.google.com/recaptcha/admin'; $rcmail_config['recaptcha_secret_key'] = 'secret from https://www.google.com/recaptcha/admin'; $rcmail_config['recaptcha_theme'] = 'dark or light';