Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на 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.

Отзиви

There are no reviews for this plugin.

Сътрудници и разработчици

“WP Login Logging” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

Превеждане на “WP Login Logging” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

0.5

  • First version