https://github.com/vardump-de/activeusers
A craft cms widget showing active users
https://github.com/vardump-de/activeusers
craft3 craft4 craft5 craftcms craftcms-plugin
Last synced: 5 months ago
JSON representation
A craft cms widget showing active users
- Host: GitHub
- URL: https://github.com/vardump-de/activeusers
- Owner: vardump-de
- License: mit
- Created: 2019-02-23T09:35:43.000Z (over 7 years ago)
- Default Branch: craft5
- Last Pushed: 2024-12-10T12:13:54.000Z (over 1 year ago)
- Last Synced: 2025-09-27T08:27:34.532Z (9 months ago)
- Topics: craft3, craft4, craft5, craftcms, craftcms-plugin
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Activeusers plugin for Craft CMS 5.x
A widget showing active users.

## Requirements
This plugin requires Craft CMS 5.0 or later.
## Installation
To install the plugin, follow these instructions.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require vardump/activeusers
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for activeusers.
## Configuring activeusers
Go to the Dashboard and add a Activeusers Widget.
Configure the widget to your needs. Its self explaining ;)
The widget shows 4/5 columns :
1. Indicator
green -> active
orange -> assumed inactive
2. User firstname, lastname and username
3. User groups (if configured)
4. Last activity time
5. Login time

Brought to you by [vardump.de](https://vardump.de)