WP Login Logging

WP Login Logging Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 834 downloads
WP Login Logging Icon

Try plugin: WP Login Logging

We'll create fresh WordPress site with WP Login Logging installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Login Logging

Write all login attempts to a logfile by replacing default wp_authenticate_username_password functionality

0


0


0


0


0

updated: 9 years ago
since: 9 years ago
author: https://github.com/tarppa/

Description

Write all login attempts where both username and password are supplied to a log file. The logfile is relative
to error.log and is called ‘login.log’, the format : “TIMESTAMP USERNAME SUCCESS/FAILURE”.

In practice this plugin is a rewritten version of the wp_authenticate_username_password function from user.php and replaces
it in the login process.