Vai al contenuto
WordPress.org

Italia

  • Temi
  • Plugin
  • Notizie
    • Documentazione
    • Forum
  • Info
    • Manifesto
    • Unisciti alla Community
    • Team
    • Manuali
    • Traduci
    • Meetup italiani
    • WordCamp
    • Five for the Future
    • Proposte di lavoro
    • Swag Store
    • Directory delle foto
    • Learn WordPress
    • Openverse
    • Pattern
    • Playground
    • Prova l’editor Gutenberg
    • WordPress.tv
  • Eventi
  • Scarica WordPress
Scarica WordPress
WordPress.org

Plugin Directory

DevOrbit Login Shield

  • Invia un plugin
  • I miei preferiti
  • Accedi
  • Invia un plugin
  • I miei preferiti
  • Accedi

DevOrbit Login Shield

Di nitspatel
Scarica
  • Dettagli
  • Recensioni
  • Installazione
  • Sviluppo
Supporto

Descrizione

DevOrbit Login Shield lets you change the address of your login page from the default /wp-login.php to a slug you choose, such as /my-login/. Requests to wp-login.php, and requests to /wp-admin/ from anyone who is not logged in, are redirected to the home page (or shown a 404, your choice) instead of reaching a login form.

This does not change any core files, database table, or rewrite rules. It intercepts the request early and serves WordPress’s own login logic at your chosen URL, so every feature of the normal login screen, including lost password, registration, and logout, continues to work exactly as before, just at a different address.

Features

  • Choose any custom slug for your login page.
  • Direct requests to wp-login.php are blocked, and wp-admin is blocked for logged-out visitors.
  • Blocked requests are intercepted before WordPress can redirect to the login screen, so your custom slug is never exposed in a Location header.
  • Optionally removes the “Log in” and “Register” links themes show to logged-out visitors, so the custom URL stays out of your public HTML.
  • Choose whether blocked requests are redirected home or shown a 404.
  • Logged-in users, AJAX, cron, and WP-CLI are never affected.
  • No rewrite rules, no .htaccess changes, no database schema changes.
  • Settings are removed cleanly on uninstall.

A note on security

This plugin reduces exposure to automated login scanners and brute-force bots that target /wp-login.php by default. It is not a replacement for strong passwords, two-factor authentication, or a login rate-limiting plugin, and it should be used alongside those, not instead of them.

Screenshot

The Login URL settings screen under Settings.
The Login URL settings screen under Settings.

Installazione

  1. Upload the devorbit-login-shield folder to /wp-content/plugins/, or install directly through Plugins > Add New in your WordPress admin.
  2. Activate the plugin through the Plugins screen.
  3. Go to Settings > DevOrbit Login Shield and choose your custom slug.
  4. Decide whether to keep public login links, using the “Public login links” setting on the same screen.
  5. Bookmark the new login URL shown on that screen before navigating away.

FAQ

I got locked out. How do I get back in?

Connect to your site via FTP/SFTP or your hosting file manager and delete or rename the devorbit-login-shield folder inside /wp-content/plugins/. This deactivates the plugin immediately and restores normal access to /wp-login.php and /wp-admin/.

Why has the “Log in” link disappeared from my site?

Because the “Public login links” setting is on. Those links are generated from your login URL, so any page that renders one, such as the Meta widget or a comment form set to require registration, would print your custom URL in its HTML for anyone to read. With the setting on, the links are removed instead. Turn it off under Settings > DevOrbit Login Shield if your site needs a visible login link.

Do password-protected posts still work?

Yes. The password form posts to wp-login.php?action=postpass, which only sets a cookie and redirects, so that one request is allowed through. It never renders a login form.

Does this work with multisite?

It works on a per-site basis. Network admin (/wp-admin/network/) access is not restricted by this plugin.

Will this break plugins that use AJAX or handle form submissions while logged out?

No. Requests to admin-ajax.php and admin-post.php are always allowed through, whether or not the visitor is logged in.

Does this change my database or add rewrite rules?

No. It stores two small options (your chosen slug and your preferred blocked-request behaviour) and removes them automatically when the plugin is deleted.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“DevOrbit Login Shield” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori
  • NiteshPatel

Traduci “DevOrbit Login Shield” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

1.0.2

  • Added: a “Settings” link on the plugin’s row on the Plugins screen, for quicker access to Settings > DevOrbit Login Shield.

1.0.1

  • Fixed: “Show a 404 Not Found page” mode now renders the active theme’s own 404 template (falling back to its index template), instead of a generic “Not found.” message.
  • Fixed: the settings screen showed the “Settings saved.” notice twice after saving.

1.0.0

  • Initial release.

Meta

  • Versione 1.0.2
  • Ultimo aggiornamento 4 giorni fa
  • Installazioni attive Meno di 10
  • Versione WordPress 6.0 o superiore
  • Testato fino alla versione 7.0.4
  • Versione PHP 7.4 o superiore
  • Lingua
    English (US)
  • Tag
    Brute Forcehide loginloginsecuritywp-admin
  • Visualizzazione avanzata

Valutazioni

Non sono state ancora inviate recensioni.

La tua recensione

Vedi tutte le recensioni

Collaboratori

  • NiteshPatel

Supporto

Hai qualcosa da dire? Ti serve aiuto?

Chiedi nel forum di supporto

  • Chi siamo
  • News
  • Hosting
  • Privacy
  • Vetrina
  • Temi
  • Plugin
  • Pattern
  • Learn (Training)
  • Supporto
  • Sviluppo
  • WordPress.tv ↗
  • Partecipa
  • Eventi
  • Donazioni ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Italia

  • Visita il nostro account X (ex Twitter)
  • Visita il nostro account Bluesky
  • Visita il nostro account Mastodon
  • Visita il nostro account Threads
  • Visita la nostra pagina Facebook
  • Visita il nostro account Instagram
  • Visita il nostro account LinkedIn
  • Visita il nostro account TikTok
  • Visita il nostro canale YouTube
  • Visita il nostro account Tumblr
Code is Poetry.
The WordPress® trademark is the intellectual property of the WordPress Foundation.