diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index af52582..857b7c7 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -38,6 +38,9 @@ system.site: langcode: type: string label: 'Default language' + mail_notification: + type: string + label: 'Notification email address' system.maintenance: type: mapping diff --git a/core/modules/user/config/install/user.settings.yml b/core/modules/user/config/install/user.settings.yml index fbb0d98..bf3d5bc 100644 --- a/core/modules/user/config/install/user.settings.yml +++ b/core/modules/user/config/install/user.settings.yml @@ -6,7 +6,7 @@ notify: password_reset: true status_activated: true status_blocked: false - status_cancelled: false + status_canceled: false register_admin_created: true register_no_approval_required: true register_pending_approval: true diff --git a/core/modules/user/config/schema/user.schema.yml b/core/modules/user/config/schema/user.schema.yml index 1780d0a..772deea 100644 --- a/core/modules/user/config/schema/user.schema.yml +++ b/core/modules/user/config/schema/user.schema.yml @@ -29,7 +29,7 @@ user.settings: status_blocked: type: boolean label: 'Account blocked' - status_cancelled: + status_canceled: type: boolean label: 'Account canceled' register_admin_created: