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

Commit e7f91a4

Browse files
author
Billy Clark
committed
difficulty lies with totp testing as well.
1 parent 759855b commit e7f91a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/idp4/m991231_235959_insert_mfa_test_users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function safeUp()
3535
$this->update('{{user}}', ['current_password_id' => 5], 'id=5');
3636
$this->update('{{user}}', ['current_password_id' => 6], 'id=6');
3737

38-
//TODO: at this time unfortunately, a real uuid that's been verified is required for testing u2f authentication...will discuss decoupling 2-factor config with authentication.
38+
//TODO: at this time unfortunately, a real uuid that's been verified is required for testing...will discuss decoupling 2-factor config with authentication.
3939
$this->batchInsert('{{mfa}}',
4040
['id','user_id','type' ,'external_uuid' ,'verified','created_utc' ],[
4141
[ 1 , 3 ,'backupcode',NULL , 1 , MySqlDateTime::now()],

0 commit comments

Comments
 (0)