I have looked over the wordpress.org
plugin directory and I couldn’t find anything… but you can always do this:
1) Create a copy of the wp-login.php and name it to something secret so you can always login later (like superlog_in1234.php)
2) Edit wp-login.php and look for all the <form>
elements, and replace them with <meta HTTP-EQUIV="REFRESH" content="0; url=http://website.com/">
. Unless you know what you’re doing, don’t change anything else.
3) Head to /wp-admin AND /wp-login.php and test if it works!
You can always login over at your secret login page, and this what I use on my own website.
Related Posts:
- Use WordPress with a custom OAuth2 provider
- wp_authenticate but not logged in
- How to save generated JWT token to cookies on login?
- Possibility to login without password
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- WordPress ReAuth =1 Loop with wpCAS
- Advice on setting up private site
- What plugin(s) are best for this User registration task? [closed]
- Login with OpenID, similar to Stack Exchange sites?
- How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
- How can I log a user out of WordPress before the page loads?
- Change success message in plugin Theme my login
- How to get Login Error messages on a custom template
- How to authenticate custom API endpoint in WooCommerce [closed]
- How to assign user a role if none is present when logging in
- How can a Firebase user registration and login be integrated into a WordPress site?
- How do you import members from another system to WordPress and update passwords so they’ll work?
- How to get user-meta from Social Login registered users?
- Auto login using Active Directory and Windows Authentication
- Security error WP 4.0 + WP phpBB Bridge [closed]
- Which hook should be used to validate custom form fields on the login form?
- How can I make content disappear when a user logs in?
- How to create custom LOGIN and REGISTRATION forms?
- Tracking last login and last visit
- login to wordpress with Get variables instead of Post
- Prevent Brute Force Attack
- Login with email (WP Modal Login)
- Change wp-login to custom URL login page
- Login problem after installing my written plugin [closed]
- Too many login attempts
- Get ‘Headers already sent’ error for the plugin I am creating when I try to login
- Allowing users to Sign-up > Login > Post articles that need approval
- Custom Login Page — wp_signon Headers Already Sent?
- What am is missing? (API CORS)
- Theme My Login Shortcode Doesn’t Return Anything
- how do i change my website facebook login button to another text immediately user login? [closed]
- WordPress unable to write files in the server
- Custom PHP Page Using WordPress login
- How to Use the Filter “sidebar_login_widget_form_args”
- Manage PDF downloads and protected pages
- Cannot access empty property error in Advanced Access Manager
- If I use an alternative login (e.g. CAS or other SSO) plugin, is my site protected from the recent brute force login attempts?
- login in wordpress using gmail account
- How can I replace content on site generated from plugin without changing plugin
- Janrain/Simple Modal under Redirected Domain
- Linking form to user meta fields
- WordPress Multisite Profile Picture Sync Error with Nextend Social Login Plugin
- Plugin or ways to limit number of users logging in the website,
- force logged in user to stay in the dashboard
- How to store a secret for a plugin inside public_html
- create pages automatically and dynamically in wordPress
- Share login credential with QR code
- Which membership plugin for a simple sign in? Personal areas for customers
- Discern a specific plugin’s action hooks
- prevent anonymous access to WordPress site (non-admin site)
- Login/password protected “client page”
- WordPress Admin login redirect to homepage
- How can I upload and password protect Javadocs in WordPress?
- https rewrite not working for All in one security Brute force > rename login url
- On button click, redirect users to registration page instead of another page
- How can I show login popup when user clicks on download button
- When the user entered an unauthorized url redirect to login page
- How to show private pages based on a user’s role?
- using wordpress login details for other website / application / forum?
- wp_signon returns user, in popup window, but the user is not logged in
- How to Create Custom Dashboard for my Laundry Website?
- wp_login_form() ignoring login_form action hook
- User content database [closed]
- Auto-login from backend
- AJAX login without a plugin does not work. when add a action to function.php
- Plugins effecting layout & login
- Redirect default login page to a custom page [duplicate]
- wp-admin will not redirect to wp-login.php
- Adding google authenticator and use only email address of user
- Adding a Filter to Sidbar Login Plugin to Change Login Button Lable
- First argument is expected to be a valid callback for cp_admin_init and _canonical_charset
- how to protect wordpress website
- HTTP Error 403 When Trying to Login
- Checking url from plugin [duplicate]
- Trouble Removing Plugin [closed]
- How do I to override login redirect on specific pages?
- plugin for different writers [closed]
- How to resolve these findings from security audit
- ERROR: Cookies are blocked due to unexpected output – no access to FTP
- How to Find WordPress site has backdoor login Codes
- How to create a custom wordpress plugin for a specific functionality?
- Social login authentication via wordpress rest api
- WordPress Homepage Login
- I cannot login after installing the wp-login timeout setting plugin
- WordPress User Registration/ Sign Up -> Able to take Paid Certification Courses & keep track of Completed Certificates
- Issue: Unable to Access WordPress Admin and Database Errors
- I am trying to add form using ACF plugin and acf_form() function, but my user fields dont show up properly
- WP Crowdfunding login redirect fails
- Custom Login and Password Reset for BuddyPress Website
- Is there a plugin or resource for custom implementation for OAUTH and regular user login?
- How to create WordPress login for different users, with different roles?
- WP Rest-API response is unauthorized (React)
- Content being rendered as empty string in posts endpoint
- Lost Password of my site, how to reset wordpress password?
- How to customize WP_Error (REST JWT authentication plugin) [closed]