From 02ea568c4d77248d5ec28e8c05c8178b33191e71 Mon Sep 17 00:00:00 2001 From: Eileen McFarland Date: Mon, 24 Jul 2023 14:45:38 -0400 Subject: [PATCH 1/3] increase doc_auth_max_capture_attempts_before_tips to hide capture tips --- config/application.yml.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.yml.default b/config/application.yml.default index f9756d2cc7a..bb7a4ddfadf 100644 --- a/config/application.yml.default +++ b/config/application.yml.default @@ -91,7 +91,7 @@ doc_auth_error_dpi_threshold: 290 doc_auth_error_glare_threshold: 40 doc_auth_error_sharpness_threshold: 40 doc_auth_max_attempts: 5 -doc_auth_max_capture_attempts_before_tips: 3 +doc_auth_max_capture_attempts_before_tips: 20 doc_auth_max_capture_attempts_before_native_camera: 3 doc_auth_max_submission_attempts_before_native_camera: 3 doc_capture_request_valid_for_minutes: 15 From 752adb1c32ec57a282526d6bda5ab8701cecc1aa Mon Sep 17 00:00:00 2001 From: Eileen McFarland Date: Mon, 24 Jul 2023 14:46:54 -0400 Subject: [PATCH 2/3] changelog: Bug Fixes, Docauth, don't display doc capture tips From 47ba9e08bc5887e52b4ed417dabf3d3b3400597b Mon Sep 17 00:00:00 2001 From: Eileen McFarland Date: Mon, 24 Jul 2023 15:03:27 -0400 Subject: [PATCH 3/3] change spacing --- config/application.yml.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.yml.default b/config/application.yml.default index bb7a4ddfadf..b4b4fb48b11 100644 --- a/config/application.yml.default +++ b/config/application.yml.default @@ -91,7 +91,7 @@ doc_auth_error_dpi_threshold: 290 doc_auth_error_glare_threshold: 40 doc_auth_error_sharpness_threshold: 40 doc_auth_max_attempts: 5 -doc_auth_max_capture_attempts_before_tips: 20 +doc_auth_max_capture_attempts_before_tips: 20 doc_auth_max_capture_attempts_before_native_camera: 3 doc_auth_max_submission_attempts_before_native_camera: 3 doc_capture_request_valid_for_minutes: 15