plugin-icon

Simple Login Log

This plugin keeps a log of WordPress user logins. Offers user and date filtering, and export features.
Bewertungen
4.5
Zuletzt aktualisiert
November 10, 2017
Version
1.1.3
Aktive Installationen
8K
Simple Login Log

Simple log of user logins. Tracks user name, time of login, IP address and browser user agent.

Demo Video

Features include:

  1. ability to filter by user name, successful/failed logins, month and year;
  2. export into CSV file;
  3. log auto-truncation;
  4. option to record failed login attempts.

Translations:

Filters

** Log Output Within the Table **

sll-output-data – filters table row array where array keys are column names and values is the output For example, we can use this filter to link IP addresses to a geo-location service:

<?php add_filter( 'sll-output-data', 'link_location_by_ip' ); function link_location_by_ip($item){ //$item is a single row for columns with their values $item['ip'] = sprintf('<a target="_blank" href="http://infosniper.net/index.php?ip_address=%1$s&map_source=3&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=11">%1$s</a>', $item['ip']); return $item; } ?>

Übersetzung

If you would like to contribute, the POT file is available in the languages folder. Translation file name convention is sll-{locale}.mo, where {locale} is the locale of your language. Fore example, Russian file name would be sll-ru_RU.po.

Kostenlosmit dem Creator-Tarif
Mit deiner Installation stimmst du den Geschäftsbedingungen von WordPress.com sowie den Bedingungen für Drittanbieter-Plugins zu.
Aktive Installationen
8K
Getestet bis
4.7.29
Dieses Plugin steht zum Download zur Verfügung, um in deiner selbst gehosteten WordPress-Installation verwendet zu werden.