Stefan Giehl
Stefan Giehl
Guess adding a more secure hashing for the reset token would be fine that way
Sorry, that can have too many possible reasons and I don't have time to look into this in detail at the moment.
@joelcoxokc This hasn't been implemented yet, and there are no current plans to do so. Also implementing this might need some additional effort. By default Matomo tries to send it's...
The header might need to be set at that place. But there need to be methods added to allow providing the headers to be set. In addition as soon as...
Hey @heurteph-ei. Sorry, I'm currently not able to handle that and not sure when someone else will be. If you have some time, feel free to apply the changes yourself...
For the number of sites displayed at max in the site selector you can configure `site_selector_max_sites` in your config file. See https://matomo.org/faq/how-to/faq_23986/
Hi @Chardonneaur. Thanks for the suggestion. This might actually be something that could also be implemented in a custom plugin. There could be a list of all users allowing to...
Sounds like a duplicate or at least related to https://github.com/matomo-org/matomo/issues/19933, https://github.com/matomo-org/matomo/issues/21993 and https://github.com/matomo-org/matomo/issues/15349
For PHP 8.4 we need to disable the error reporting for deprecation notices. While we were able to update all the deprecation notices caused in our code, we are not...
> Just a note: > Starting from PHP 8.4, the functions strtok() and md5() are marked as deprecated. Both functions appear frequently in the Matomo code. This won’t throw any...