neverbehave/rc_hcaptcha

Adds Hcaptcha to the login form

Maintainers

Package info

github.com/NeverBehave/rc_hcaptcha

Type:roundcube-plugin

pkg:composer/neverbehave/rc_hcaptcha

Statistics

Installs: 261

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

0.0.1 2020-04-03 04:29 UTC

This package is auto-updated.

Last update: 2026-03-07 01:46:48 UTC


README

Adds hCaptcha to the RoundCube login form

Based on: https://github.com/sjinks/roundcube_recaptcha

Installation

See "Getting Started" on https://plugins.roundcube.net/

Plugin name is "neverbehave/rc_hcaptcha"

Configuration

Edit config.inc.php file in /plugins/rc_hcaptcha:

<?php
// See https://hcaptcha.com/
$rcmail_config['hcaptcha_site_key'] = 'Your SITE KEY';
$rcmail_config['hcaptcha_secret_key'] = 'Your Secret Key';
$remail_config['hcaptcha_send_client_ip'] = false; // Set true to Sent Client IP to Hcaptcha
$rcmail_config['hcaptcha_theme']  = 'light';  // dark