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

Commit fcc48f9

Browse files
author
Billy Clark
committed
name wasn't informative enough
1 parent 04fe5f3 commit fcc48f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ If configured, an alert will be shown to the user filled with the content of tha
137137
4. Click **Test configured authentication sources**
138138
5. Click **hub-discovery**
139139
6. Click **idp4**
140-
7. Login as an "unprotected" user: `username=`**no_mfa_needed** `password=`**a**
140+
7. Login as an "unprotected" user: `username=`**nag_for_mfa** `password=`**a**
141141
7. TODO: add remaining steps
142142

143143
#### Force MFA setup

development/idp4/m991231_235959_insert_mfa_test_users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function safeUp()
1010
{
1111
$this->batchInsert('{{user}}',
1212
['id','uuid' ,'employee_id','first_name','last_name','username' ,'email' ,'active','locked','last_changed_utc' ,'last_synced_utc' ,'require_mfa','nag_for_mfa_after' ],[
13-
[ 1 ,'2b2d424e-8cb0-49c7-8c0b-7f660340f5fa','11111' ,'Not' ,'Needed' ,'no_mfa_needed' ,'no_mfa_needed@example.org' ,'yes' ,'no' , MySqlDateTime::now(), MySqlDateTime::now(),'no' , MySqlDateTime::today()],
13+
[ 1 ,'2b2d424e-8cb0-49c7-8c0b-7f660340f5fa','11111' ,'Not' ,'Needed' ,'nag_for_mfa' ,'nag_for_mfa@example.org' ,'yes' ,'no' , MySqlDateTime::now(), MySqlDateTime::now(),'no' , MySqlDateTime::today()],
1414
[ 2 ,'ef960c92-09fc-44f4-aadf-2d3aea6e0dbd','22222' ,'Must' ,'Have' ,'must_set_up_mfa','[email protected]','yes' ,'no' , MySqlDateTime::now(), MySqlDateTime::now(),'yes' , MySqlDateTime::today()],
1515
[ 3 ,'a42317a0-9a43-4da0-9921-50f004e011c0','33333' ,'Has' ,'Backup' ,'has_backupcode' ,'[email protected]' ,'yes' ,'no' , MySqlDateTime::now(), MySqlDateTime::now(),'no' , MySqlDateTime::today()],
1616
[ 4 ,'7bab90d3-9f54-4187-804d-7f6400021789','44444' ,'Has' ,'Totp' ,'has_totp' ,'[email protected]' ,'yes' ,'no' , MySqlDateTime::now(), MySqlDateTime::now(),'no' , MySqlDateTime::today()],

0 commit comments

Comments
 (0)