Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #676

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions conf/cmi/core.entity_form_display.node.survey.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ content:
region: content
settings: { }
third_party_settings: { }
field_publish_externally:
type: boolean_checkbox
weight: 14
region: content
settings:
display_label: true
third_party_settings: { }
field_survey_content_pages:
type: select2_entity_reference
weight: 14
Expand Down Expand Up @@ -128,13 +135,6 @@ content:
region: content
settings: { }
third_party_settings: { }
field_publish_externally:
type: boolean_checkbox
weight: 14
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
hide_sidebar_navigation: true
promote: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ content:
region: content
hidden:
annif_keywords: true
field_annif_keywords: true
field_content: true
field_lead_in: true
field_main_image_caption: true
Expand All @@ -93,4 +94,3 @@ hidden:
search_api_excerpt: true
show_annif_block: true
toc_enabled: true
field_annif_keywords: true
1 change: 1 addition & 0 deletions conf/cmi/language/de/key.key.tfa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: TFA
8 changes: 8 additions & 0 deletions conf/cmi/language/de/tfa.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
help_text: 'Contact support to reset your access'
mail:
tfa_enabled_configuration:
subject: 'Your [site:name] account now has two-factor authentication'
body: "[user:display-name],\r\n\r\nThanks for configuring two-factor authentication on your [site:name] account!\r\n\r\nThis additional level of security will help to ensure that only you are able to log in to your account.\r\n\r\nIf you ever lose the device you configured, you should act quickly to delete its association with this account.\r\n\r\n--\r\n[site:name] team"
tfa_disabled_configuration:
subject: 'Your [site:name] account no longer has two-factor authentication'
body: "[user:display-name],\r\n\r\nTwo-factor authentication has been disabled on your [site:name] account.\r\n\r\nIf you did not take this action, please contact a site administrator immediately.\r\n\r\n--\r\n[site:name] team"