Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 68b9f40

Browse files
author
Billy Clark
committed
uuid's were no good.
1 parent 7c05376 commit 68b9f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

development/idp4/m991231_235959_insert_mfa_test_users.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ public function safeUp()
4040
['id','user_id','type' ,'external_uuid' ,'verified','created_utc' ],[
4141
[ 1 , 3 ,'backupcode',NULL , 1 , MySqlDateTime::now()],
4242
[ 2 , 4 ,'totp' ,'' , 1 , MySqlDateTime::now()],
43-
[ 3 , 5 ,'u2f' ,'11931c0f-8438-4989-a37f-d35ad2b92219', 1 , MySqlDateTime::now()],
43+
[ 3 , 5 ,'u2f' ,'c4f7d437-ad38-4393-a226-22f35cb1bcce', 1 , MySqlDateTime::now()],
4444
[ 4 , 6 ,'backupcode',NULL , 1 , MySqlDateTime::now()],
4545
[ 5 , 6 ,'totp' ,'' , 1 , MySqlDateTime::now()],
46-
[ 6 , 6 ,'u2f' ,'c67279de-0d03-4504-8e07-58b4158ebccf', 1 , MySqlDateTime::now()],
46+
[ 6 , 6 ,'u2f' ,'c4f7d437-ad38-4393-a226-22f35cb1bcce', 1 , MySqlDateTime::now()],
4747
]);
4848

4949
$this->batchInsert('{{mfa_backupcode}}',

0 commit comments

Comments
 (0)