A small plugin for Frappe that displays a list of current active users.
- Frappe >= v13.0.0
Do not forget to replace [sitename] with the name of your site in all commands.
- Go to bench directory
cd ~/frappe-bench
- Get plugin from Github
(Required only once)
bench get-app https://github.com/kid1194/frappe-active-users
- Build plugin
(Required only once)
bench build --app active_users
- Install plugin on a specific site
bench --site [sitename] install-app active_users
- Check the usage section below
- Go to app directory
cd ~/frappe-bench/apps/active_users
- Get updates from Github
git pull
- Go to bench directory
cd ~/frappe-bench
- Build plugin
bench build --app active_users
- Update a specific site
bench --site [sitename] migrate
- Restart bench
bench restart
- Go to bench directory
cd ~/frappe-bench
- Uninstall plugin from a specific site
bench --site [sitename] uninstall-app active_users
- Remove plugin from bench
bench remove-app active_users
- Restart bench
bench restart
- Go to Active Users Settings
- Check the Is Enabled box and set the desired Refresh Interval
- Choose the Roles and Users that you want the plugin to be visible to or hidden from
- Monolith Online (Testing & Debugging)
If you find bug in the plugin, please create a bug report and let us know about it.
This repository has been released under the MIT License.