Custom Login Plugin
Custom Login Plugin with redirect settings, failed attempts counter and AJAX mode for login form.
by Herman Zuiakov · github.com/hermanzuiakov/custom-login-plugin
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/hermanzuiakov/custom-login-plugin/archive/refs/heads/master.zipReadme
Custom Login Plugin
Custom Login Plugin is a WordPress plugin that allows you to customize the login page, set a redirect URL after successful login, keep track of failed login attempts, and enable AJAX mode for the login form.
Features
- Customize the login page and redirect URL after login.
- Keep track of the total number of failed login attempts.
- Enable AJAX mode for a seamless login experience.
- Secure handling of user input with nonces and proper sanitization.
- Easy-to-use settings page to configure the plugin.
Installation
- Download the latest release of the plugin from the releases page.
- Log in to your WordPress administration panel.
- Go to "Plugins" -> "Add New".
- Click on the "Upload Plugin" button and select the downloaded plugin ZIP file.
- Click "Install Now" and then "Activate Plugin".
- The plugin is now activated and ready to use!
Usage
- Once activated, the plugin adds a new menu item "Custom Login Plugin Settings" in the WordPress admin menu.
- Click on "Custom Login Plugin Settings" to access the plugin settings page.
- On the settings page, you can configure the following options:
- Redirect URL: Specify the URL to which users should be redirected after successful login.
- Total Failed Attempts: Displays the total number of failed login attempts.
- Enable AJAX Mode: Enable or disable AJAX mode for the login form.
- Make the desired changes and click "Save Changes" to update the plugin settings.
Contributing
Contributions are welcome! If you have any bug reports, feature requests, or suggestions, please open an issue on the issue tracker. If you would like to contribute code, you can fork the repository, make your changes, and submit a pull request.
Please ensure that your code follows the WordPress coding standards and is properly documented.
License
This project is licensed under the MIT License.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0 | Jul 4, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.