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 #1117

Open badaya12 opened 4 months ago

badaya12 commented 4 months ago

Description

I have added the feature of Robot verification via Recaptcha.It is v3 enterprise version that works in the background and removes the need of features that has to added for disability or linguistically barriers.

Related Issues

Feature Request: Add Robot Verification #1102

Steps to Test

First You have to generate secret key and site key from this ,then :-

  1. first replace YOUR_SITE_KEY in index.html in frontend
  2. Then Replace YOUR_SITE_KEY in frontend/src/pages/login.jsx
  3. Then in backend .env file has to updated with the SECRET_KEY

Screenshots (if applicable)

If your changes include visual updates, it would be helpful to provide screenshots of the before and after.

Checklist