Change superuser account on config.ini.php

How do you change the password specifically for the superuser account identified in the config.ini.php?

I’m transferring a domain and I need to be able to provide (just the) different account information.

I did try to put a md5 generated string to no avail. Must be with the salt? How?

The forgot password routine cannot be used because of the mail transport requirement that the server does not have.

Any help? Thanks in advance.

Yes it is a simple md5 hash of the password (later we plan to add salt: Passwords: use better algorithm than md5 hash, use salts and maintain BC · Issue #5728 · matomo-org/matomo · GitHub )