Matomo: Difference between revisions
Johan Efendi (talk | contribs) (Created page with "=Shortcut= # Reset Password php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'") |
Johan Efendi (talk | contribs) 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
- Reset Password
php -r 'echo password_hash(md5("changeMe"), PASSWORD_DEFAULT) . "\n";'
- Config cloudflare
proxy_client_headers[] = HTTP_CF_CONNECTING_IP