{"id":25140939,"url":"https://github.com/digitalist-open-cloud/matomo-plugin-userconsole","last_synced_at":"2025-04-24T05:45:32.184Z","repository":{"id":149059549,"uuid":"173117725","full_name":"Digitalist-Open-Cloud/Matomo-Plugin-UserConsole","owner":"Digitalist-Open-Cloud","description":"Userconsole for Matomo","archived":false,"fork":false,"pushed_at":"2024-11-18T13:22:15.000Z","size":45,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":11,"default_branch":"5.x-dev","last_synced_at":"2025-04-24T05:45:24.575Z","etag":null,"topics":["matomo","matomo-cli","matomo-plugin"],"latest_commit_sha":null,"homepage":"https://digitalist.cloud/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Digitalist-Open-Cloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-28T13:32:32.000Z","updated_at":"2024-11-18T13:22:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d99ef85-b2a0-49c7-bd70-446e1acd83c9","html_url":"https://github.com/Digitalist-Open-Cloud/Matomo-Plugin-UserConsole","commit_stats":null,"previous_names":["digitalist-open-cloud/matomo-plugin-userconsole"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitalist-Open-Cloud%2FMatomo-Plugin-UserConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitalist-Open-Cloud%2FMatomo-Plugin-UserConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitalist-Open-Cloud%2FMatomo-Plugin-UserConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digitalist-Open-Cloud%2FMatomo-Plugin-UserConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Digitalist-Open-Cloud","download_url":"https://codeload.github.com/Digitalist-Open-Cloud/Matomo-Plugin-UserConsole/tar.gz/refs/heads/5.x-dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573300,"owners_count":21452342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["matomo","matomo-cli","matomo-plugin"],"created_at":"2025-02-08T18:16:03.776Z","updated_at":"2025-04-24T05:45:32.160Z","avatar_url":"https://github.com/Digitalist-Open-Cloud.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Matomo UserConsole Plugin\n\n## Usage\n\nThis plugin adds the possibility to work with users via console commands.\n\n## Console commands\n\n* [user:access](#useraccess)\n* [user:create](#usercreate)\n* [user:invite](#userinvite)\n* [user:delete](#userdelete)\n* [user:list](#userlist)\n* [user:make-super](#makesuper)\n* [user:remove-super](#removesuper)\n* [user:reset-password](#resetpassword)\n\n### \u003ca name=\"usercreate\"\u003euser:create\u003c/a\u003e\n\nCreates a user.\n\nOptions:\n\n* `login` User name for the user (required)\n* `email` Email for the user (required)\n* `password` Password for the user (required)\n* `super` Add super user privileges to the user (optional)\n\n### \u003ca name=\"userinvite\"\u003euser:invite\u003c/a\u003e\n\nInvites a user.\n\nOptions:\n\n* `login` User name for the user (required)\n* `email` Email for the user (required)\n* `site` ID of the initial site (required)\n* `expiry` Expiry in days (optional)\n\n### \u003ca name=\"userdelete\"\u003euser:delete\u003c/a\u003e\n\nDeletes a user.\n\nOptions:\n\n* `login` User name for the user (required)\n\n ### \u003ca name=\"useraccess\"\u003euser:access\u003c/a\u003e\n\nMenage access to a user, for which sites and what access.\n\nOptions:\n\n* `login` User name for the user (required)\n* `sites` One or more sites that you would like to set the permission for (required)\n* `access` Which access the user should have to the site - `noaccess`, `view`, `write`, `admin` (required)\n\n### \u003ca name=\"makesuper\"\u003euser:make-super\u003c/a\u003e\n\nAdds super user privileges to a user\n\nOptions:\n\n* `login` User name for the user (required)\n\n### \u003ca name=\"removesuper\"\u003euser:remove-super\u003c/a\u003e\n\nRemove super user privileges from a user\n\nOptions:\n\n- `login` User name for the user (required)\n\nIf the user is the only one that has super user access, this will fail. At least one super user is needed.\n\n### \u003ca name=\"userlist\"\u003euser:list\u003c/a\u003e\n\nList all users.\n\nNo options.\n\n### \u003ca name=\"resetpassword\"\u003euser:reset-password\u003c/a\u003e\n\nResets password for a user.\n\nOptions:\n\n- `login` User name for the user (required)\n- `new-password` New password for the user (required)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalist-open-cloud%2Fmatomo-plugin-userconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalist-open-cloud%2Fmatomo-plugin-userconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalist-open-cloud%2Fmatomo-plugin-userconsole/lists"}