Descrição
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.
Instalação
- Upload
wp-login-logging.phpto the/wp-content/plugins/wp-login-loggingdirectory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Enjoy!
Perguntas frequentes
-
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.
Avaliações
Este plugin não tem avaliações.
Contribuidores e programadores
“WP Login Logging” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “WP Login Logging” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
0.5
- First version