This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/batchmake/tests/databaseDataset Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ function storePasswordHash($hash)
186
186
if (!$ this ->hashExists ($ hash ))
187
187
{
188
188
$ this ->database ->getDB ()->insert ('password ' , array ('hash ' => $ hash ));
189
-
189
+
190
190
if (Zend_Registry::get ('configDatabase ' )->database ->adapter == 'PDO_PGSQL ' )
191
191
{
192
192
// Pgsql doesn't store rows sorted by their pkey so we must explicitly cluster them after each new write,
Original file line number Diff line number Diff line change 2
2
<dataset >
3
3
4
4
<user user_id =" 1" firstname =" FirstName1" lastname =" LastName1"
5
- email=" user1@user1.com" password = " 35fd8ba86ba403ffcc00feac5355ad20 " creation =" 2011-01-27 12:09:02"
5
+ email=" user1@user1.com" hash_alg = " sha256 " creation =" 2011-01-27 12:09:02"
6
6
folder_id=" 1000" />
7
7
8
8
<user user_id =" 2" firstname =" FirstName2" lastname =" LastName2"
9
- email=" user2@user2.com" password = " 35fd8ba86ba403ffcc00feac5355ad20 " creation =" 2011-01-27 12:09:02"
9
+ email=" user2@user2.com" hash_alg = " sha256 " creation =" 2011-01-27 12:09:02"
10
10
folder_id=" 1003" />
11
11
12
12
<batchmake_itemmetric itemmetric_id =" 1" metric_name =" metric1" bms_name =" metric1.bms" />
You can’t perform that action at this time.
0 commit comments