DoonOnthon / Wordpress-Bait-user

Create a wordpress bait user and whoever tries to login to it gets blocked.
Mozilla Public License 2.0
1 stars 1 forks source link

Logging and Reporting #3

Open DoonOnthon opened 2 months ago

DoonOnthon commented 2 months ago

Issue: Logging and Reporting

Important
Please create a separate branch for this feature and push your changes to that branch. Once your work is complete, submit a pull request from your branch to the master branch. This will allow us to review the changes before merging them into the main branch.

Objective
Create a detailed logging system for monitoring all login attempts and provide an export functionality for logs.

Details
The current plugin lacks comprehensive logging and export capabilities. We will implement logging of all login attempts (successful, failed, blocked) with details like IP addresses, timestamps, and usernames, and provide an option to export these logs in CSV or JSON format.

Tasks

Important
Please push this change to a separate branch and submit a pull request.

Benefits

Impact
Administrators will need to ensure adequate storage for logs and possibly review privacy policies due to the detailed logging.