Descrizione
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.
Installazione
- Upload
wp-login-logging.php
to the/wp-content/plugins/wp-login-logging
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Enjoy!
FAQ
-
Where is the logfile located?
-
The plugin looks for error.log and places the logfile in the same directory
-
What about other wp_authenticate_username_password functionality?
-
The other functionality stays the same.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“WP Login Logging” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “WP Login Logging” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
0.5
- First version