该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP Login Logging

描述

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.

安装

  1. Upload wp-login-logging.php to the /wp-content/plugins/wp-login-logging directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy!

常见问题

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.

评价

此插件暂无评价。

贡献者及开发者

「WP Login Logging」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WP Login Logging」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.5

  • First version