I would like to import an existing Users database (login, password, emails) in Matomo, but the usernames and passwords are more permissive than what Matomo allows. How do I disable the checks on the Logins & Passwords?
When you automatically import your existing userbase in Matomo (Piwik) using the UsersManager API, you might want to disable the check of minimum length and valid characters for the User’s login and password.
In particular, Matomo requires a password at least 6 characters long, and a login string that must contain only valid characters (ie. letters, @, etc.).
You can disable these checks by adding in the file config/config.ini.php the following:
[General]
disable_checks_usernames_attributes = 1
Next FAQ: A search engine is counted as a website referrer. How can I add the search engine to Matomo?
Previous FAQ: After the top 500 or top 1000 rows, Matomo automatically groups pages, keywords, websites, etc. under the label « Others »; How do I force Matomo to not limit the data?