I was wondering if it is possible to implement CAPTCHA solution only for signups. For this moment I am able to enable CAPTCHA for both signup and login (by using “Bot Detection” and “Enforce CAPTCHA” option), but this is not we would like to achieve.
The login/signup page is created with lock.js (11.32).
Is it possible to use the CAPTCHA solution only for signups? Or maybe it requires a more custom solution (e.g. with usage of auth0.js)?
Best regards