OCA / website

Odoo website builder addons
GNU Affero General Public License v3.0
259 stars 693 forks source link

[16.0][ADD] website_recaptcha_v2 #1032

Open huguesdk opened 8 months ago

huguesdk commented 8 months ago

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.

it is derived from website_recaptcha (for odoo 8) from elico corp, website_recaptcha_reloaded (for odoo 9) from tech receptives, with also some code coming from website_form_recaptcha (for odoo 12) from the oca.

the standard module google_recaptcha that appeared in odoo 14 only allows to use recaptcha v3, which uses a different (non-interactive) validation mechanism. both versions are supported by google as they consider that they serve different purposes.

this is a follow-up to #928, as explained in https://github.com/OCA/website/pull/928#issuecomment-1677290413.

this is the 16.0 version of #1030.

OCA-git-bot commented 8 months ago

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

github-actions[bot] commented 3 months ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

remytms commented 3 months ago

Can a PSC merge this PR? I think that it's ready to merge. Thanks :)