Skip to content

Commit

Permalink
enable forgot password text and concurrent sessions flags by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanEddyIC authored Aug 14, 2024
1 parent e90689b commit 0e15aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/config/templates/features/enroll_app/enroll_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>

0 comments on commit 0e15aac

Please sign in to comment.