Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to disable password change and hide API from users #2698

Closed
anonymous-matomo-user opened this issue Oct 12, 2011 · 2 comments
Closed
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@anonymous-matomo-user
Copy link

Hi,

In my environment users get accounts created with API and login is done directly for them. So if they could change the password they would break their access.

Also would like to disable API for users, but still have it for superuser. This I just did solve by hiding the API link (and hope that they wouldn't know how to use it otherwise (they shouldn't as they won't know the token)).

Attached is a proposed patch to get these features. It uses following settings in config. Of course the naming of those
can be changed.

[ui]
disablepasswordchange = 1
hideapi = 1
@anonymous-matomo-user
Copy link
Author

Attachment: Patch to implement suggested changes
piwik_svn_uisettings.patch

@robocoder
Copy link
Contributor

Duplicate of #1568

@anonymous-matomo-user anonymous-matomo-user added this to the Future releases milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants