Skip to content

Commit

Permalink
BAU: Remove SUPPORT_2FA_B4_PASSWORD_RESET from cloudformation templat…
Browse files Browse the repository at this point in the history
…e and script to create env file
  • Loading branch information
BeckaL committed Sep 27, 2024
1 parent d37c7e8 commit df712b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cloudformation/deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,6 @@ Resources:
Value: 1
- Name: REDUCED_CODE_BLOCK_DURATION_MINUTES
Value: 0.5
- Name: SUPPORT_2FA_B4_PASSWORD_RESET
Value: 1
- Name: SUPPORT_ACCOUNT_INTERVENTIONS
Value: 1
- Name: SUPPORT_REAUTHENTICATION
Expand Down
1 change: 0 additions & 1 deletion scripts/_create_env_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class EnvFileSection(TypedDict):
"SUPPORT_ACCOUNT_RECOVERY": 1,
"SUPPORT_AUTHORIZE_CONTROLLER": 1,
"SUPPORT_ACCOUNT_INTERVENTIONS": 1,
"SUPPORT_2FA_B4_PASSWORD_RESET": 1,
"SUPPORT_REAUTHENTICATION": 1,
"SUPPORT_2HR_LOCKOUT": 1,
"SUPPORT_CHECK_EMAIL_FRAUD": 1,
Expand Down

0 comments on commit df712b3

Please sign in to comment.