सामुग्रीवर जा
WordPress.org

मराठी

  • थीम
  • प्लगइन
  • बातम्या
  • मद्दत
  • वर्डप्रेस बद्दल
  • मराठी कार्यसंघ
  • संपर्क करा
  • वर्डप्रेस मिळवा
वर्डप्रेस मिळवा
WordPress.org

Plugin Directory

Yard | Warden

  • प्लगइन सादर करा
  • माझे आवडते
  • लॉग इन
  • प्लगइन सादर करा
  • माझे आवडते
  • लॉग इन

Yard | Warden

Yard | Digital Agency कडून
डाउनलोड करा
  • तपशील
  • पुनरावलोकने
  • इंस्टॉलेशन
  • डेव्हलोपमेंट
समर्थन

वर्णन

Yard Warden hardens core WordPress password and login flows:

  • Password strength via zxcvbn-php. Scores passwords 0-4 (default 4) based on real guessability, not arbitrary character-class rules. User inputs (login, email, display name) are fed to zxcvbn so passwords containing them score lower.
  • Minimum length enforcement (default 16) on top of the zxcvbn score.
  • Generic login errors to prevent username enumeration on the wp-login form. Always on, no toggle. Only applies to authentication failures; password-reset and profile-update validation errors remain verbose so users can correct their input.
  • Safer multisite onboarding. Auto-activates new signups server-side so no activation link is emailed and the wp-activate.php landing page (which would print username + plaintext password) is never reached. The welcome email is rewritten to contain a one-time password-reset link instead of a generated password.
  • Login limiting via transient-based counters across three dimensions (IP+Username, IP, Username). Locks out brute-force attempts. Admin can clear all counters via Settings > Yard Warden.

Filters

  • yard::warden/password/min-length (default 16) – Minimum character count.
  • yard::warden/password/min-score (default 4) – Minimum zxcvbn score (0-4).
  • yard::warden/login/generic-error (default Invalid credentials.) – Replacement login error message.
  • yard::warden/login/leaky-error-codes (default ['invalid_username', 'invalid_email', 'incorrect_password']) – WP_Error codes to rewrite.
  • yard::warden/onboarding/welcome-subject (default Welcome to <site>!) – Multisite welcome email subject.
  • yard::warden/onboarding/welcome-body (default reset-link body) – Full welcome email body. Receives $user, $resetUrl, original body.
  • yard::warden/limit-login/enabled (default true) – Set to false to disable login limiting entirely.
  • yard::warden/limit-login/client-ip (default REMOTE_ADDR) – Override IP detection (e.g. for reverse proxies).
  • yard::warden/limit-login/error-message (default Too many failed login attempts...) – Lockout error shown to the user.
  • yard::warden/limit-login/skip-error-codes (default ['expired_session']) – WP_Error codes that do not count as failed attempts.
  • yard::warden/limit-login/threshold/{dimension} (default 5 / 50 / 3) – Attempts before lockout per dimension (ip_user / ip / username).
  • yard::warden/limit-login/window/{dimension} (default 300 / 3600 / 1500) – Counting window in seconds per dimension.
  • yard::warden/limit-login/lockout/{dimension} (default 300 / 3600 / 1500) – Lockout duration in seconds per dimension.

Policy override example

add_filter('yard::warden/password/min-score', function (int $score) {
    return max($score, 4);
});

स्थापना

  1. Upload the plugin files to /wp-content/plugins/yard-warden, or install through the Plugins screen directly.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Configure login-limit thresholds via Settings > Yard Warden, or override any default via the filters above.

नेहमी विचारले जाणारे प्रश्न

Does this add password expiry or forced rotation?

No. Forced password rotation is not implemented; it pushes users toward weaker, predictable passwords rather than improving security.

Can I disable login limiting?

Yes, via the yard::warden/limit-login/enabled filter.

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“Yard | Warden” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते
  • Yard | Digital Agency

भाषांतर करा “Yard | Warden” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

1.0.5

  • Source code published on GitHub and the package registered on Packagist.
  • Added the EUPL-1.2 licence text and declared it in composer.json.

1.0.4

  • Fixed a fatal error when the plugin is installed via Composer, where dependencies are autoloaded by the project instead of the plugin.

1.0.3

  • Minimum WordPress version raised to 6.3.
  • Bundled Dutch translations removed; translations are now served through translate.wordpress.org.
  • WP_Error codes prefixed with yard_warden_ to avoid collisions with other plugins.
  • Login-limit transient keys prefixed with yard_warden_ll_.
  • Welcome-email opt-out query flag renamed to yard_warden_disable_welcome_email.

1.0.2

  • Text domain adjusted to yard-warden.

1.0.0

  • Initial release.

मेटा

  • आवृत्ती 1.0.5
  • शेवटचा अद्यतन 1 महिना पूर्वी
  • सक्रिय स्थापना 30+
  • वर्डप्रेस आवृत्ती 6.3 किंवा मोठा
  • परीक्षित केले आहे 7.0.5
  • PHP आवृत्ती 7.4 किंवा मोठा
  • भाषा
    English (US)
  • टॅग्ज:
    Brute Forceloginmultisitepasswordsecurity
  • प्रगत दृश्य

मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

आपला अभिप्राय

सर्व पुनरावलोकने पहा

योगदानकर्ते

  • Yard | Digital Agency

समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

समर्थन फोरम पहा

  • बद्दल
  • बातम्या
  • होस्टिंग
  • गोपनीयता
  • शोकेस
  • थीम्स
  • प्लगिन्स
  • पॅटर्नस्
  • शिका
  • सहाय्य
  • विकासक
  • WordPress.tv ↗
  • सहभागी व्हा
  • कार्यक्रम
  • दान करा ↗
  • स्वॅग
  • WordPress.com ↗
  • मॅट ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

मराठी

  • आमच्या X (एक्स) (पूर्वीचे ट्विटर) खात्याला भेट द्या
  • आमच्या ब्लूस्की खात्याला भेट द्या.
  • आमच्या Mastodon खात्याला भेट द्या.
  • आमच्या थ्रेड्स खात्याला भेट द्या.
  • आमच्या फेसबुक पेजला भेट द्या
  • आमच्या इंस्टाग्राम खात्याला भेट द्या
  • आमच्या लिंक्डइन खात्याला भेट द्या
  • आमच्या टिकटॉक अकाउंटला भेट द्या.
  • आमच्या यूट्यूब चॅनेलला भेट द्या
  • आमच्या टंबलर खात्याला भेट द्या.
कोड कविता आहे
The WordPress® trademark is the intellectual property of the WordPress Foundation.