Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alcalyn/matomo-plugin-signup
Let new users signup on your Matomo instance to track their own website.
https://github.com/alcalyn/matomo-plugin-signup
matomo-plugin
Last synced: 12 days ago
JSON representation
Let new users signup on your Matomo instance to track their own website.
- Host: GitHub
- URL: https://github.com/alcalyn/matomo-plugin-signup
- Owner: alcalyn
- License: gpl-3.0
- Created: 2019-04-20T12:41:48.000Z (over 5 years ago)
- Default Branch: 5.x-dev
- Last Pushed: 2024-07-10T08:33:47.000Z (4 months ago)
- Last Synced: 2024-10-11T13:12:30.712Z (28 days ago)
- Topics: matomo-plugin
- Language: PHP
- Homepage:
- Size: 423 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Matomo Signup Plugin
## Description
Let new users signup on your [Matomo](https://github.com/matomo-org/matomo) instance to track their own website.
This plugin has been built in the aim to share your Matomo instance with other users.
It let them automatically create an account and a website in order to have
a tracking code and track their own website.![Screenshot](screenshots/1-signup-user.png)
This plugin also solves uses cases described in
[#8358](https://github.com/matomo-org/matomo/issues/8358) and
[#7622](https://github.com/matomo-org/matomo/issues/7622).## Installation
- Install from [marketplace](https://plugins.matomo.org/Signup) (or download and copy it in `plugins/Signup`).
- Activate in your admin page.Then you should see the new "Create an account" button on the login page.
## Usage
The "Create an account" button on the login page let any users to create their account and a website to track.
The new user will be given an access to his site to view his metrics, manage his user and site data, ecommerce objectives...## Configuration
You can at any moment disable users signup by going to General Settings > Signup section.
No new users will be able to signup until you enable it again.## Contributing
To contribute to this plugin, see [CONTRIBUTING.md](CONTRIBUTING.md).
## License
This plugin is under [GPL-3.0+](LICENSE) license.