Opis
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.
Instalacja
- Upload
wp-login-logging.phpto the/wp-content/plugins/wp-login-loggingdirectory - Activate the plugin through the 'Plugins’ menu in WordPress
- Enjoy!
Najczęściej zadawane pytania
-
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.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„WP Login Logging” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “WP Login Logging” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
0.5
- First version