From 0e15aac6fa2fbbbd7d785fa8d80de1c6deb512a1 Mon Sep 17 00:00:00 2001 From: Ryan Eddy <44847768+RyanEddyIC@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:26:25 -0400 Subject: [PATCH] enable forgot password text and concurrent sessions flags by default (#2738) --- system/config/templates/features/enroll_app/enroll_app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/config/templates/features/enroll_app/enroll_app.yml b/system/config/templates/features/enroll_app/enroll_app.yml index a0308a32872..a4262a73490 100644 --- a/system/config/templates/features/enroll_app/enroll_app.yml +++ b/system/config/templates/features/enroll_app/enroll_app.yml @@ -51,7 +51,7 @@ registry: is_enabled: true - key: :generic_forgot_password_text item: :generic_forgot_password_text - is_enabled: <%= ENV['GENERIC_FORGOT_PASSWORD_TEXT_IS_ENABLED'] || false %> + is_enabled: <%= ENV['GENERIC_FORGOT_PASSWORD_TEXT_IS_ENABLED'] || true %> - key: :prevent_concurrent_sessions item: :prevent_concurrent_sessions - is_enabled: <%= ENV['PREVENT_CONCURRENT_SESSIONS_IS_ENABLED'] || false %> + is_enabled: <%= ENV['PREVENT_CONCURRENT_SESSIONS_IS_ENABLED'] || true %>