reCAPTCHA
The application also supports reCAPTCHA verification on login and registration pages. To set it up, get your SECRET KEY and SITE KEY at the reCAPTCHA Admin Console. Next, simply append them at the .env file.
RECAPTCHA_SECRETKEY=secret
RECAPTCHA_SITEKEY=secretIn the application settings, enable the reCAPTCH support then save.
Last updated
Was this helpful?