Helps you to know your website's visitors by tracking their login related information like login/logout time, country, browser and many more.
The plugin helps you to track any visitor\’s login details with the following attributes:
The User Login History Free Version plugin has all the basic features that will help you to know your website visitors. The User Login History Pro Version plugin has some more premium and useful features along with all the basic features.
You can download the language files from here.
Do you want to translate this plugin to another language?
I recommend using POEdit or if you prefer to do it straight from the WordPress admin interface use Loco Translate.
When you’re done, post your file on this issue.
.
You can also translate the plugin online.
To see all the tracked records in admin, click on the plugin menu shown in the left sidebar.
To see all the tracked records of current logged in users in frontend, use the following shortcode:
Basic Usage of Shortcode:
In your template file:
<?php echo do_shortcode('[user_login_history]'); ?>
In your content:
[user_login_history]
Advanced Usage of Shortcode:
In your template file:
<?php echo do_shortcode("[user_login_history limit='20' reset_link='custom-uri' columns='ip_address,time_login' date_format='Y-m-d' time_format='H:i:s']"); ?>
In your content:
[user_login_history limit='20' reset_link='custom-uri' columns='ip_address,time_login' date_format='Y-m-d' time_format='H:i:s']
You can use the shortcode to display the login list of the current user. It does not display the login list of other users.
Here is the list of all the parameters that you can use in the shortcode. All the parameters are optional.
title – Title of the listing table. Default is: empty string
limit – Number of records per page. Default is: 20
reset_link – Custom URI of the listing page. For the input “my-login-history”, it will render a reset link with the following URL:
www.example.com/my-login-history
Default is the full permalink of the current post or page.
date_format – A valid date format. Default is:
Y-m-d
time_format – A valid time format. Default is:
H:i:s
show_timezone_selector – Whether you want to show timezone selector or not. Any value other than “true” will be treated as “false”. Default is:
true
roles (Pro Feature):
It allows you to set role(s) in the shortcode parameter so that you can see the login list of other users who belong to the role(s).
[user_login_history roles=’administrator, editor’]
columns – List of column keys used to render columns on the listing table. Default keys are:
operating_system, browser, time_login, time_logout
Available Column Keys:
user_id, username, role, old_role, ip_address, country_name, browser, operating_system, timezone, user_agent, duration, time_last_seen, time_login, time_logout, login_status
The plugin uses a free third party service to detect country and timezone based on IP address. Many projects are using this free service due to which sometimes the server of the service provider becomes slow. This may affect the login functionality of your website. Hence it is recommended that you do not enable this functionality unless you have paid service or reliable service. If you have a paid service, you can contact us to integrate it.
Logged in – If the user gets logged in successfully.
Logged out – If the user clicks on logout button and gets logged out successfully.
Failed – If the user enters invalid credentials.
Blocked (DEPRECATED! Will be removed in 3.0) – This is used for the multisite network. By default, a user can login to any blog and then WordPress redirects to the blog on which the user is associated. The plugin saves login info at the blog on which the user logged in but cannot not save the information of the blog on which WordPress redirects the user. You can prevent this behavior by using the plugin setting. Please note that we already removed this status from the pro version plugin but not from the free version yet.
Unknown (DEPRECATED! Will be removed in 3.0) – Since we have added a new column “Login Status” in the version 1.7.0, its value will be empty in the database table after upgrading to 1.7.0. To filter such records, you can use this status.
Note – In case, a user log in with “Remember Me” and then closes his browser without doing logout, it will show the login status as “Logged in”.
If you find any bug, please create a topic with a step by step description to reproduce the bug.
Please search the forum before creating a new topic.
user log, log, logger, detector, tracker, membership,
register, sign up, admin, subscriber, editor, contributor, geo location,
profile, front end registration, manager, report, statistics, activity, user role editor
/wp-content/plugins/user-login-history
directory, or install the plugin through the WordPress plugins screen directly.User login list table for backend
Screen options to customize the user login list table
Advanced search form to filter the records of user logins
Settings - Basics settings
Settings - Advanced settings
Settings - Preferred timezone setting on user profile page
Shortcode - User login list table for frontend
No.
Yes.
After activating the plugin, just re-login and then click on “User Login History” menu on the left sidebar to see the login list.
There is a “Last Seen” column in the admin listing page.
There you will see a circle with different colors:
red is for offline users
grey is for idle users
green is for online users
You can change its settings.
The default setting is as follows:
online: 2 min
idle: 30 min
It means that:
1)the column “last seen” will show green color for the users who are active for 0-2 minutes.
2)the column “last seen” will show grey color for the users who are inactive for 2-30 minutes.
3)the column “last seen” will show red color for the users who are inactive for at-least 30 minutes.