How to configure "Usage Statistics" plugin settings

Hi @mattias.olsson

The salt parameter is a random hash to include in the config.inc.php file. You can create it manually or using some online password generator.
You will need to adjust the parameter in your config.inc.php file:

; The unique salt to use for generating password reset hashes
salt = "YouMustSetASecretKeyHere!!"

You can use a free service to generate the password for the salt parameter:
https://www.random.org/strings/

Please, read more about it from this Documentation link:
https://docs.pkp.sfu.ca/admin-guide/en/securing-your-system#the-basics

Best,
Israel Cefrin
PKP Team