Skip to content
Snippets Groups Projects
Commit 7ac25698 authored by Tyler Struyk's avatar Tyler Struyk
Browse files

ISTWCMS-5007: Adding password policy added new default settings.

parent 38b4a257
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 1 deletion
...@@ -2,6 +2,8 @@ langcode: en ...@@ -2,6 +2,8 @@ langcode: en
status: true status: true
dependencies: dependencies:
config: config:
- field.field.user.user.field_last_password_reset
- field.field.user.user.field_password_expiration
- field.field.user.user.field_uw_first_name - field.field.user.user.field_uw_first_name
- field.field.user.user.field_uw_last_name - field.field.user.user.field_uw_last_name
module: module:
...@@ -63,4 +65,6 @@ content: ...@@ -63,4 +65,6 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
field_last_password_reset: true
field_password_expiration: true
langcode: true langcode: true
...@@ -2,6 +2,8 @@ langcode: en ...@@ -2,6 +2,8 @@ langcode: en
status: true status: true
dependencies: dependencies:
config: config:
- field.field.user.user.field_last_password_reset
- field.field.user.user.field_password_expiration
- field.field.user.user.field_uw_first_name - field.field.user.user.field_uw_first_name
- field.field.user.user.field_uw_last_name - field.field.user.user.field_uw_last_name
module: module:
...@@ -22,6 +24,8 @@ content: ...@@ -22,6 +24,8 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
hidden: hidden:
field_last_password_reset: true
field_password_expiration: true
field_uw_first_name: true field_uw_first_name: true
field_uw_last_name: true field_uw_last_name: true
langcode: true langcode: true
......
...@@ -8,3 +8,4 @@ type: component ...@@ -8,3 +8,4 @@ type: component
weight: -10 weight: -10
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
layout_restrictions: { }
...@@ -8,3 +8,4 @@ type: component ...@@ -8,3 +8,4 @@ type: component
weight: -9 weight: -9
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
layout_restrictions: { }
...@@ -8,3 +8,4 @@ type: component ...@@ -8,3 +8,4 @@ type: component
weight: -8 weight: -8
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
layout_restrictions: { }
...@@ -8,3 +8,4 @@ type: component ...@@ -8,3 +8,4 @@ type: component
weight: -7 weight: -7
block_restrictions: block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
layout_restrictions: { }
...@@ -13,3 +13,4 @@ block_restrictions: ...@@ -13,3 +13,4 @@ block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
- 'inline_block:uw_cbl_image' - 'inline_block:uw_cbl_image'
- 'inline_block:uw_cbl_remote_video' - 'inline_block:uw_cbl_remote_video'
layout_restrictions: { }
...@@ -7,3 +7,4 @@ classes: "uw-contained-width\r\nuw-contained-width--narrow" ...@@ -7,3 +7,4 @@ classes: "uw-contained-width\r\nuw-contained-width--narrow"
type: section type: section
weight: -6 weight: -6
block_restrictions: { } block_restrictions: { }
layout_restrictions: { }
...@@ -7,3 +7,4 @@ classes: "uw-contained-width\r\nuw-contained-width--wide" ...@@ -7,3 +7,4 @@ classes: "uw-contained-width\r\nuw-contained-width--wide"
type: section type: section
weight: -5 weight: -5
block_restrictions: { } block_restrictions: { }
layout_restrictions: { }
...@@ -13,3 +13,4 @@ block_restrictions: ...@@ -13,3 +13,4 @@ block_restrictions:
- 'inline_block:uw_cbl_facts_and_figures' - 'inline_block:uw_cbl_facts_and_figures'
- 'inline_block:uw_cbl_image' - 'inline_block:uw_cbl_image'
- 'inline_block:uw_cbl_remote_video' - 'inline_block:uw_cbl_remote_video'
layout_restrictions: { }
name: 'UW Configure common' name: 'UW Configure Common'
description: 'Configuration for all common WCMS' description: 'Configuration for all common WCMS'
type: module type: module
core_version_requirement: '^8.9 || ^9' core_version_requirement: '^8.9 || ^9'
...@@ -49,3 +49,4 @@ dependencies: ...@@ -49,3 +49,4 @@ dependencies:
- 'metatag:metatag_extended_perms' - 'metatag:metatag_extended_perms'
- 'quick_node_clone:quick_node_clone' - 'quick_node_clone:quick_node_clone'
- 'subpathauto:subpathauto' - 'subpathauto:subpathauto'
- 'uw_cfg_common:uw_cfg_common'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment