https://github.com/mrwweb/mrw-user-last-login
Sortable Registration Date and Last Login Time columns for the Users admin table
https://github.com/mrwweb/mrw-user-last-login
wordpress wordpress-plugin
Last synced: 23 days ago
JSON representation
Sortable Registration Date and Last Login Time columns for the Users admin table
- Host: GitHub
- URL: https://github.com/mrwweb/mrw-user-last-login
- Owner: mrwweb
- License: gpl-3.0
- Created: 2024-11-18T16:33:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-04T15:58:31.000Z (11 months ago)
- Last Synced: 2025-07-19T09:19:06.380Z (11 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# MRW User Last Login
v1.1.1
Adds sortable Registration Date and Last Login columns to the Users admin table. If WordFence was previously installed, it will show any data saved about the user's last login. This is a great tool for auditing a site and removing old users.
## Author
Mark Root-Wiley, [MRW Web Design, WordPress Websites for Nonprofits](https://MRWweb.com)
## Roadmap
- Make sure multisite support works (haven't tested or thought about it yet)
- [Under Consideration] Optional feature to automatically changes a user's role to "None" after a certain period of inactivity.
## Credits
Forked and just about completely rewritten from [User Registration Last Login Time](https://wordpress.org/plugins/user-registration-last-login-time/) under GPL v2.0 or later
## Changelog
### 1.1.1 (19 Sep 2025)
- Fixing option name incorrectly changed when improving textdomain in 1.1.0. Apologies if this breaks your "unknown before" date
- Fix deprecation notice causing unexpected header output on plugin activation
### 1.1.0 (4 Jul 2025)
- Show WordFence date of last login if that exists and plugin doesn't have its own data for that user
- Switch from `date()` to `gmdate()` for better timezone support
- Change textdomain to plugin slug and add translator comments
### 1.0.0 (18 Nov 2024)
- Initial Release