Matomo: Difference between revisions

From Corat Coret
(Created page with "=Shortcut= # Reset Password php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'")
 
No edit summary
 
Line 5: Line 5:


php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'
php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'
# Config cloudflare
proxy_client_headers[] = HTTP_CF_CONNECTING_IP

Latest revision as of 13:31, 5 September 2024

Shortcut

  1. Reset Password


php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'


  1. Config cloudflare

proxy_client_headers[] = HTTP_CF_CONNECTING_IP