Modul MyOdoo Recaptcha V3


Technischer Name: eq_website_recaptcha_v3

Das Modul stellt die Möglichkeit her Recaptcha Version 3 auf Formularen einzubinden.

Installation

Um dieses Modul zu installieren, müssen Sie nur das Modul auswählen und sicherstellen, dass Ihre Abhängigkeiten vorhanden sind.

Konfiguration

Loggen Sie sich unter google.com/recaptcha in der Admin Konsole für Recaptcha ein und legen Sie eine neuen Eintrag für Ihre Website an.

Wälen Sie dazu Recaptcha V3 aus und geben Sie Ihre Domain(s) ein.




Sie erhalten dann zwei Keys, die Sie nun ins Backend von Odoo übernehmen müssen. Gehen Sie unter Website Admin unter Konfiguration auf Recpatcha V3 Einstellungen und hinterlegen Sie dir Keys bei Site Key und Site Secret.




Geben Sie ein Score Limit zwischen 0 und 1 ein. Sie können die 0,0 ist sicher ein Bot und 1,0 ist sicher ein realer Nutzer.

Zudem kann ein mehrsprachiger Bot Text hinterlegt werden, der im Formular angezeigt wird, wenn das Score Limit überschritten wird, also wenn es wahrscheinlich ist, dass es sich um einen Bot handelt.

Diese Grenze kann härter oder weicher eingestellt werden.


Verwendung

Vorschau




<div class="g-recaptcha" data-callback="onSubmit" data-size="invisible"> </div>

Wichtig: dieses Snippet muss auf der Maske eingebunden werden!

Wenn es ein Kundetheme mit Kontaktformular gibt, dann im Kundentheme hinterlegen. Um es ohne Update zu lösen, direkt auf die Seite im HTML-Editor.

Abhängigkeiten

website_crm, website_form

Technical name: eq_website_recaptcha_v3

The module provides the possibility to integrate Recaptcha version 3 on forms.

Installation

Install the app under apps: eq_website_recaptcha_v3

Configuration

Log in to google.com/recaptcha in the admin console for Recaptcha and create a new entry for your website.

Choose the Recaptcha V3 and enter your domain(s).



You will then receive two keys, which you must now transfer to the backend of Odoo. Go to Website Admin under Configuration on Recpatcha V3 Settings and deposit keys at Site Key and Site Secret.




Enter a score limit between 0 and 1. You can set the 0.0 to be a bot and 1.0 to be a real user.

In addition, a multilingual bot text can be stored, which is displayed in the form when the score limit is exceeded, so if it's likely it's a bot.

This limit can be set higher or softer.


Usage


Preview:


<div class="g-recaptcha" data-callback="onSubmit" data-size="invisible"> </div>;

Important: this snippet must be included in the mask!

If there is a customer theme with contact form, then deposit it in the customer theme. To solve it without update, directly to the page in the HTML-Editor.

Dependencies

website_crm, website_form


Alle Equitania Module finden Sie unter: https://gitlab.ownerp.io/v10-myodoo-public/v10-addons/