Initial commit: OCA Website packages (16 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:06 +02:00
commit 0578ef7638
660 changed files with 37334 additions and 0 deletions

View file

@ -0,0 +1,3 @@
reCAPTCHA is configured in Settings > Website. It can be enabled or disabled
using the checkbox, and the site and secret keys can be defined there when it
is enabled.

View file

@ -0,0 +1,15 @@
* `Elico Corp <https://elico-corp.com>`_:
* Augustin Cisterne-Kaas
* `Tech Receptives <https://techreceptives.com>`_:
* Parthiv Patel
* Hardik Kalariya
* `Coop IT Easy SC <https://coopiteasy.be>`_:
* Houssine Bakkali
* Robin Keunen
* Carmen Bianca Bakker
* Victor Champonnois
* hugues de keyzer

View file

@ -0,0 +1,8 @@
This module allows to use reCAPTCHA v2 on website forms.
It is a helper module that only provides the widget and the validation logic
which can be used by other modules to actually display it on website forms and
check whether the user entry is valid.
This module originally comes from ``website_recaptcha_reloaded`` from Tech
Receptives, which itself comes from ``website_recaptcha`` from Elico Corp.