OCA / website

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

[14.0][ADD] website_recaptcha_v2 #1030

Closed huguesdk closed 3 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.

huguesdk commented 8 months ago

note that pre-commit is failing only because #1031 is not merged yet.

github-actions[bot] commented 4 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.