recapcha in login page

0
i need to add recapcha in my login page how to achieve that
asked
1 answers
1

Hi Nithya,

You can use the "Recaptcha" module available in marketplace.

Link :- Mendix Marketplace - Recaptcha plugin

 

  1. Sign up for secret and site key pair here https://www.google.com/recaptcha/admin/create
  2. Put your site key into SiteKey variable and Secret Key into SecretKey variable in Recaptcha Mendix Module

                                                   

Follow the documentation and can use the snippet "SNIP_Recaptcha" available in the module.

 

Hope this helps!

 

answered