Skip to content

Commit

Permalink
Merge pull request #4388 from ustaxcourt/10011-disable-cognito-ui-signup
Browse files Browse the repository at this point in the history
10011 disable cognito UI signup
  • Loading branch information
mmarcotte committed Dec 6, 2023
2 parents 112201e + 2be9bb1 commit 24e068b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions web-api/terraform/template/cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ resource "aws_cognito_user_pool" "pool" {
}
}

sms_authentication_message = "{####}"

admin_create_user_config {
allow_admin_create_user_only = false
allow_admin_create_user_only = true
invite_message_template {
sms_message = "Your username is {username} and temporary password is {####}."
email_subject = "An account has been set up for you with the U.S. Tax Court"
Expand Down Expand Up @@ -202,8 +200,6 @@ resource "aws_cognito_user_pool" "irs_pool" {
email_subject_by_link = "U.S. Tax Court account verification"
}

sms_authentication_message = "{####}"

admin_create_user_config {
allow_admin_create_user_only = true
invite_message_template {
Expand Down

0 comments on commit 24e068b

Please sign in to comment.