Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-07-03 22:10:30 +0400
committerrobocoder <anthon.pang@gmail.com>2011-07-03 22:10:30 +0400
commita43812ea14c4f6fa72393b650b14e8d4d493afa2 (patch)
tree03b15d7bc415ac78a298315332f55918e5b4b345 /config
parent1f22d78bf1b217ab28c51d6c61a99686d72f1669 (diff)
refs #308 - some cleanup; I'll fix the webtest later tonight
git-svn-id: http://dev.piwik.org/svn/trunk@4992 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index e382897e29..e79d53e5a1 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -139,6 +139,10 @@ minimum_memory_limit = 128
; This can be disabled, if for example you wish to import an existing User database in Piwik and your rules are less restrictive
disable_checks_usernames_attributes = 0
+; Piwik will use the configured hash algorithm where possible.
+; For legacy data, fallback or non-security scenarios, we use md5.
+hash_algorithm = whirlpool
+
; by default, Piwik uses relative URLs, so you can login using http:// or https://
; (the latter assumes you have a valid SSL certificate).
; If set to 1, Piwik redirects the login form to use a secure connection (i.e., https).