| CARVIEW |
User Console
Use the console to manage users, like adding users, reset password etc.
View and download this plugin for a specific Matomo version:
- Matomo 4.x
- Matomo 5.x (currently selected)
Usage
This plugin adds the possibility to work with users via console commands.
Console commands
- user:access
- user:create
- user:invite
- user:delete
- user:list
- user:make-super
- user:remove-super
- user:reset-password
user:create
Creates a user.
Options:
loginUser name for the user (required)emailEmail for the user (required)passwordPassword for the user (required)superAdd super user privileges to the user (optional)
user:invite
Invites a user.
Options:
loginUser name for the user (required)emailEmail for the user (required)siteID of the initial site (required)expiryExpiry in days (optional)
user:delete
Deletes a user.
Options:
loginUser name for the user (required)user:access
Menage access to a user, for which sites and what access.
Options:
loginUser name for the user (required)sitesOne or more sites that you would like to set the permission for (required)accessWhich access the user should have to the site -noaccess,view,write,admin(required)
user:make-super
Adds super user privileges to a user
Options:
loginUser name for the user (required)
user:remove-super
Remove super user privileges from a user
Options:
loginUser name for the user (required)
If the user is the only one that has super user access, this will fail. At least one super user is needed.
user:list
List all users.
No options.
user:reset-password
Resets password for a user.
Options:
loginUser name for the user (required)new-passwordNew password for the user (required)
My question?
My answer
Version
5.0.4
License
Last Updated
Nov 18th 2024
Requirements
Matomo >=5.0.0-b1,<6.0.0-b1
Matomo 4.x, Matomo 5.x
Downloads
61116
Changelog
Authors
Websites
Activity
19 commits (last commit 1 year ago)
Developer
Support
View and download this plugin for a specific Matomo version:
- Matomo 4.x
- Matomo 5.x (currently selected)