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
diff options
context:
space:
mode:
Diffstat (limited to 'core/Updates/4.0.0-b1.php')
-rw-r--r--core/Updates/4.0.0-b1.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Updates/4.0.0-b1.php b/core/Updates/4.0.0-b1.php
index 5259fb3a9c..780c2d034d 100644
--- a/core/Updates/4.0.0-b1.php
+++ b/core/Updates/4.0.0-b1.php
@@ -80,7 +80,8 @@ class Updates_4_0_0_b1 extends PiwikUpdates
'login' => $user['login'],
'description' => 'Created by Matomo 4 migration',
'password' => $userModel->hashTokenAuth($user['token_auth']),
- 'date_created' => Date::now()->getDatetime()
+ 'date_created' => Date::now()->getDatetime(),
+ 'hash_algo' => 'sha512'
));
}
}