توضیحات
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.
نصب
- Upload
wp-login-logging.php
to the/wp-content/plugins/wp-login-logging
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
0.5
- First version