idurar / idurar-erp-crm

Free Open Source ERP CRM Accounting Invoicing Software | Node Js React
https://cloud.idurarapp.com
GNU Affero General Public License v3.0
6.25k stars 1.88k forks source link

captcha Feature added #1116

Closed badaya12 closed 4 months ago

badaya12 commented 4 months ago

Description

I have added the feature of Recaptcha that does robot verification .I have used v3 version that works invisibly which eliminates the issues arises due to disability and linguistic barrier.

Related Issues

Feature Request: Add Robot Verification #1102

Steps to Test

First you have to acquire recaptcha site_key and Secret Key from recaptcha which provides free 100000 verification for free. then

  1. In the backend first replaces secret in .env
  2. In the frontend replace site key in .env
  3. in index.html replace YOUR_SITE_KEY with key itself.

Checklist