> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Enable reCAPTCHA for Member Login ## Article: Enable reCAPTCHA for Member Login ## Article Link: https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/members/re-captcha/enable-re-captcha-for-member-login.md ## Article Content: # Enable reCAPTCHA for Member Login With Wix Headless, you can add [reCAPTCHA](https://dev.wix.com/docs/go-headless/develop-your-project/self-managed-headless/authentication/members/re-captcha/about-re-captcha.md) to your member registration and login flows for added security. To enable reCAPTCHA, follow these steps: 1. Go to your project dashboard. 2. Navigate to **Settings** > **Site Member Settings** > **Signup & Login Security**. 3. Choose where to add reCAPTCHA: - **Add reCAPTCHA to signup**: Requires reCAPTCHA verification when a new site member registers. - **Add reCAPTCHA to login**: Requires reCAPTCHA verification when an existing site member logs in. 4. For each option, select when to require reCAPTCHA: - **Always**: All visitors must complete a reCAPTCHA challenge, such as solving a puzzle or checking a box. - **For suspected bots**: Only visitors with suspicious activity are prompted to complete a reCAPTCHA challenge. Most visitors won't see a challenge.