block_inactive_users-8.x-1.4/config/schema/block_inactive_users.schema.yml
config/schema/block_inactive_users.schema.yml
block_inactive_users.settings:
type: config_object
label: 'Block Inactive Users Module settings'
mapping:
block_inactive_users_send_email:
type: boolean
label: 'Send email'
block_inactive_users_idle_time:
type: text
label: 'Idle time'
block_inactive_users_idle_time_unit:
type: string
label: 'Idle time unit'
allowed_values:
- days
- months
block_inactive_users_from_email:
type: text
label: 'The from email address'
block_inactive_users_email_content:
type: text
label: 'The message content'
block_inactive_users_email_subject:
type: text
label: 'The email subject'
block_inactive_users_warn_send_email:
type: integer
label: 'Warn inactive users'
block_inactive_users_days_until_blocked:
type: integer
label: 'Days until block'
block_inactive_users_warn_from_email:
type: text
label: 'The from email address'
block_inactive_users_warn_email_subject:
type: text
label: 'The email subject'
block_inactive_users_warn_email_content:
type: text
label: 'The message content'
block_inactive_users_include_never_accessed:
type: boolean
label: 'Include users never accessed'
block_inactive_users_exclude_roles:
type: sequence
label: 'Roles to exclude'
sequence:
type: string
label: 'Role'
block_inactive_users.settings_cancel_users:
type: config_object
label: 'Block Inactive Users Module settings'
mapping:
block_inactive_users_idle_time:
type: text
label: 'Idle time'
block_inactive_users_idle_time_unit:
type: string
label: 'Idle time unit'
allowed_values:
- days
- months
block_inactive_users_include_never_accessed:
type: integer
label: 'Include users never accessed'
block_inactive_users_include_roles:
type: sequence
label: 'Roles to Include'
sequence:
type: string
label: 'Role'
block_inactive_users_whitelist_user:
type: text
label: 'Whitelist User'
block_inactive_users_whitelist_email:
type: text
label: 'Whitelist Email'
block_inactive_users_disable_account_method:
type: string
label: 'User Cancelation Methods'
block_inactive_users_include_status:
type: sequence
label: 'User Status'
sequence:
type: string
label: 'Status'
block_inactive_users_cancel_email:
type: boolean
label: 'Email confirmation to cancel account'
