콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Web-Art Login Shield with reCAPTCHA

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

Web-Art Login Shield with reCAPTCHA

작성자: WEB-ART Creative Design
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

Web-Art Login Shield with reCAPTCHA protects WordPress authentication, Elementor Login widgets and Elementor Forms.

It provides optional Google reCAPTCHA v2/v3, IP lockouts, Advanced login URL protection, IP blocking and REST/XML-RPC protection. It preserves WordPress core authentication logic.

No ads, author telemetry or external dashboard. All modules are opt-in and disabled by default.

Key Features

reCAPTCHA v2/v3

  • selectable v2 checkbox or v3 score-based verification
  • protection for wp-login.php, Elementor Login and Elementor Forms
  • server-side token, action, score and hostname validation where applicable
  • configurable v3 score threshold
  • one active type at a time
  • configuration verification before activation

Elementor support

  • protection for Elementor Login and Elementor Pro Forms
  • native Elementor reCAPTCHA fields are skipped to avoid duplication
  • v2 alignment controls
  • login errors and lockouts remain inside the Login widget
  • dynamic content and Elementor popup support

Login Protect

  • per-IP failed-attempt counting and temporary lockouts
  • safe concurrent-request handling
  • active-lockout countdown
  • local security event log with bounded retention
  • optional REST API, Application Password and XML-RPC protection
  • independent operation with or without reCAPTCHA

Advanced login URL

  • optional custom login endpoint
  • protection of default login routes while preserving required public actions
  • logout and password-link compatibility
  • emergency wp-config.php recovery constant

IP allowlists and blocking

  • separate reCAPTCHA allowlist and Login Protect trusted IP list
  • permanent IP blocking for public site requests with HTTP 403
  • optional IP | reason notes

XML-RPC hardening

Optional blocking of:

  • pingback.ping
  • pingback.extensions.getPingbacks
  • system.multicall

Security Model

Protected flows use fail-closed handling. If an enabled check cannot be completed safely, the request is rejected instead of bypassing protection.

Login Protect preserves active lockouts and safely handles concurrent requests. Setting Maximum login attempts or Lockout duration to 0 disables lockout enforcement.

All modules remain disabled until enabled. Recovery constants are available in wp-config.php for selected modules.

External Services

This plugin integrates with Google reCAPTCHA v2 and v3, services provided by Google LLC.

reCAPTCHA is disabled by default. Google scripts or verification requests are used only after an administrator enables reCAPTCHA or runs a settings-page verification test.

Google’s reCAPTCHA JavaScript (https://www.google.com/recaptcha/api.js) may load on protected wp-login.php requests, pages containing protected Elementor widgets or forms, and the settings page during a verification test. Allowlisted visitors bypass frontend loading where applicable.

When reCAPTCHA runs, the visitor’s browser connects directly to Google. Google may process browser, device and interaction information and may set the necessary _GRECAPTCHA cookie under its policies.

For server-side verification, the plugin sends the token, configured Secret Key and visitor IP address when available to Google’s siteverify endpoint. It does not include usernames, passwords, email addresses or form contents in that request.

The plugin sends no telemetry, analytics or usage data to its author.

Google policies:

  • https://policies.google.com/privacy
  • https://policies.google.com/terms

Privacy

Locally stored security data may include:

  • IP addresses, failed-attempt counts and lockout timestamps
  • a username or email associated with an IP lockout
  • recent events containing an IP address, username or email, source, type and timestamp
  • the latest reCAPTCHA configuration or transport error used for diagnostics
  • permanent IP blocklist entries and optional notes

Inactive Login Protect entries become eligible for deletion after seven days. Active lockouts remain until expiry. The event log is limited to 30 entries and 30 days.

WordPress privacy tools export or erase records matched to the requested email address or associated account. Unmatched IP-only records remain subject to retention and administrator cleanup. Permanent blocklist entries remain until removed by an administrator.

Plugin data can be removed during uninstall when uninstall cleanup is enabled.

Legal

reCAPTCHA is a trademark of Google LLC.
Elementor is a trademark of Elementor Ltd.
This plugin is not affiliated with, endorsed by, or sponsored by Google LLC or Elementor Ltd.

스크린샷

reCAPTCHA settings panel
reCAPTCHA settings panel
Login Protect settings panel
Login Protect settings panel
Security event log and blocked IP list
Security event log and blocked IP list
WordPress login screen
WordPress login screen
Elementor Login widget
Elementor Login widget
Elementor Form
Elementor Form

설치

  1. Install and activate the plugin.
  2. Open the plugin settings page.
  3. Select reCAPTCHA v2 or v3 if required.
  4. Enter the matching Site Key and Secret Key.
  5. Save the keys and run the verification test.
  6. Enable the required protection modules.
  7. If using Advanced login URL, securely store the generated login URL.

FAQ

What is the reCAPTCHA v3 score threshold?

A request is accepted only when its score meets the configured threshold and its action is valid.

What if an Elementor Form already uses native reCAPTCHA?

The plugin skips its own handling when a native Elementor reCAPTCHA v2 or v3 field is present.

What happens if Google reCAPTCHA is unreachable?

The affected protected request is rejected instead of bypassing enabled protection.

Does REST API protection include Application Passwords?

Yes. It covers native WordPress Application Password authentication without storing or logging application passwords.

What if I lose access after enabling Advanced login URL or IP Blocking?

Use LGRE_DISABLE_ADVANCED_LOGIN or LGRE_DISABLE_IP_BLOCKING in wp-config.php, then remove the constant after restoring access.

Does the plugin trust proxy headers?

No. It uses validated REMOTE_ADDR by default. Trusted code may enable sanitized proxy headers through lgre_trust_proxy_headers.

Can custom authentication add credential error codes?

Yes. Trusted code may use lgre_login_protect_credential_error_codes; added values are validated.

Should the custom login URL be cached?

No. The plugin marks the custom login endpoint as non-cacheable. When LiteSpeed Cache is active, it also adds the current custom endpoint to LiteSpeed’s persistent Do Not Cache URI or query-string exclusions. Rules created by the plugin are updated after a slug change and removed when masking is disabled, the plugin is deactivated, or the plugin is deleted, while pre-existing administrator rules remain untouched. External CDN rules such as Cache Everything may still require manually excluding the custom login URL.

후기

A Good Login Security Plugin

pitbikebilgoraj 2026년 7월 24일 답글 1개
A very useful plugin for protecting the WordPress login page. One of its biggest advantages is the ability to set the number of failed login attempts allowed within a specific time period. It also includes an option to change the login URL. The plugin is regularly updated and provides additional protection with reCAPTCHA.

Super wtyczka

informatykmzbwb 2026년 5월 15일 답글 1개
Lightweight, powerful, and honest – exactly the protection I was looking for! Web-Art Login Shield is a perfect example of what a modern WordPress security plugin should look like. I am incredibly impressed by the developers’ approach – the plugin is free of ads, telemetry, and unnecessary bloatware, which is a rarity these days. It is an ideal solution for administrators who value performance and clean code. If you want to effectively secure your site against brute-force attacks without installing a “bloated” suite that slows down your server – Web-Art Login Shield is a total home run. I highly recommend it! We use this plugin in practice on the muzeumbilgoraj.pl websites. informatykmzbwb

Nice

vikizzz 2026년 3월 10일 답글 3개
Nice and usefull plugin, I would love if it would support recaptcha v3

One plugin, several useful features

studiochacha 2026년 1월 2일 답글 1개
Nice combination of login masking, protection and reCAPTCHA. Most importantly – it integrates seamlessly with Elementor.

Lightweight and effective

izaxnu68 2025년 12월 26일 답글 1개
The plugin does exactly what it’s supposed to. It secures the login and allows for clean reCAPTCHA alignment in Elementor. It doesn’t slow down the site and is simple to configure. A solid tool.

Lightweight, solid, and doesn’t bloat the site.

misiek1914 2025년 12월 24일 답글 1개
Great plugin! It effectively secures Elementor forms and does a great job protecting the WordPress login page. It’s a simple, lightweight tool that’s very easy to set up. Everything works perfectly and doesn’t slow down the site at all. Highly recommended.
모든 6 평가 읽기

기여자 & 개발자

“Web-Art Login Shield with reCAPTCHA”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • WEB-ART Creative Design

자국어로 “Web-Art Login Shield with reCAPTCHA”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

1.2.1

  • Fix: Prevented full-page caching of the custom login endpoint so reCAPTCHA and IP allowlist decisions remain consistent with the current request.
  • Compatibility: Added lifecycle-managed LiteSpeed Cache exclusions for the custom login endpoint, runtime no-cache signaling, targeted URL purging, and cleanup after slug changes, disabling masking, deactivation, or deletion.

1.2.0

  • Feature: Added Google reCAPTCHA v3 with selectable v2/v3 configuration, action and score validation for wp-login.php, Elementor Login and Elementor Forms; existing installations remain configured for v2 by default.
  • Feature: Added scoped frontend loading for protected Elementor widgets and forms, including dynamically inserted content and Elementor popups.
  • Feature: Extended optional REST API Login Protect coverage to native WordPress Application Password authentication.
  • Security: Strengthened reCAPTCHA hostname validation and fail-closed handling across protected authentication and form submission flows.
  • Security: Hardened Login Protect state management, concurrent authentication handling and lockout enforcement.
  • Security: Improved Advanced Login routing and request validation across multisite, subdirectory and non-standard WordPress configurations.
  • Compatibility: Improved independent reCAPTCHA rendering scopes for Elementor Login and Elementor Forms and skipped forms containing native Elementor reCAPTCHA fields.
  • Compatibility: Kept authentication errors, remaining attempts and active lockouts inside Elementor Login widgets and ensured configured logout redirects remain in the current browser tab.
  • Reliability: Added multisite network activation support, automatic initialization for newly created sites, lifecycle cleanup and configuration recovery.
  • Privacy: Added scheduled retention cleanup, privacy export and erasure integration, and expanded documentation for external services and locally stored data.
  • Performance: Moved large plugin options out of autoload where supported.
  • Tweak: Updated the admin interface, diagnostics and translations.

1.1.1

  • Compatibility: Tested with WordPress 7.0.
  • Tweak: Updated plugin metadata for WordPress 7.0 compatibility.

1.1.0

  • Feature: Added IP Blocking (Site-wide) with a permanent IP blocklist and HTTP 403 responses across the site.
  • UX: Separated and standardized admin status labels for permanent and temporary IP blocks.
  • UX: Documented optional IP | reason note support for the reCAPTCHA allowlist and Login Protect trusted IPs.
  • Security: Login Protect lockouts on wp-login.php now return HTTP 429 with a Retry-After header for active lockouts on login attempts.
  • UX: Added a wp-login.php lockout countdown notice and temporary submit blocking during an active lockout.
  • Fix: Improved login-screen messaging when a new lockout is triggered.
  • Hardening: Reduced unnecessary request inspection by limiting wp-login.php POST attempt detection to relevant contexts.
  • Recovery: Added wp-config.php kill-switch constants for Advanced login URL and IP Blocking.

1.0.1

  • Feature: Added left, center and right reCAPTCHA alignment options for Elementor Login and Elementor Forms.
  • Security: Improved input sanitization for FastCGI and Nginx environments.
  • Performance: Disabled reCAPTCHA rendering in the Elementor editor.
  • Fix: Stabilized Elementor Forms reCAPTCHA alignment in multi-column layouts with column gaps.
  • UX: Simplified and unified configuration status labels in the admin settings.
  • Tweak: General code hardening and stricter type handling.

1.0.0

  • Initial release.

기초

  • 버전 1.2.1
  • 최근 업데이트: 7일 전
  • 활성화된 설치 90+
  • 워드프레스 버전 5.8 또는 그 이상
  • 다음까지 시험됨: 7.0.3
  • PHP 버전 7.4 또는 그 이상
  • 언어
    English (US)
  • 태그:
    Brute Forceelementorloginrecaptchasecurity
  • 고급 보기

평점

별 5점 만점에 5점.
  • 6/5-별점 후기 별 5개 6
  • 0/4-별점 후기 별 4개 0
  • 0/3-별점 후기 별 3개 0
  • 0/2-별점 후기 별 2개 0
  • 0/1-별점 후기 별 1개 0

Your review

모든 리뷰 보기

기여자

  • WEB-ART Creative Design

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • 미래를 위한 5가지
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.