2013-03-08 17:35:59 +00:00
|
|
|
# Schema for the configuration files of the User module.
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
|
|
|
|
user.settings:
|
2015-03-31 09:40:13 +00:00
|
|
|
type: config_object
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'User settings'
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
mapping:
|
2013-03-08 17:35:59 +00:00
|
|
|
anonymous:
|
2023-08-17 09:29:30 +00:00
|
|
|
type: required_label
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Name'
|
|
|
|
verify_mail:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2014-09-12 11:32:10 +00:00
|
|
|
label: 'Require email verification when a visitor creates an account'
|
2013-03-08 17:35:59 +00:00
|
|
|
notify:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: mapping
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Notify user'
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
mapping:
|
2013-03-08 17:35:59 +00:00
|
|
|
cancel_confirm:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Account cancellation confirmation'
|
|
|
|
password_reset:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Notify user when password reset'
|
|
|
|
status_activated:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2014-09-12 11:32:10 +00:00
|
|
|
label: 'Notify user when account is activated'
|
2013-03-08 17:35:59 +00:00
|
|
|
status_blocked:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Account blocked'
|
2014-11-25 11:58:28 +00:00
|
|
|
status_canceled:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Account canceled'
|
|
|
|
register_admin_created:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Welcome (new user created by administrator)'
|
|
|
|
register_no_approval_required:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Welcome (no approval required)'
|
|
|
|
register_pending_approval:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Welcome (awaiting approval)'
|
|
|
|
register:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: string
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'Who can register accounts?'
|
|
|
|
cancel_method:
|
|
|
|
type: string
|
|
|
|
label: 'When cancelling a user account'
|
|
|
|
password_reset_timeout:
|
|
|
|
type: integer
|
|
|
|
label: 'Password reset timeout'
|
|
|
|
password_strength:
|
|
|
|
type: boolean
|
|
|
|
label: 'Enable password strength indicator'
|
|
|
|
|
|
|
|
user.mail:
|
Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo, ravi.shankar, mradcliffe, adalbertov, himanshu_sindhwani, quondam, Vidushi Mehta, alexpott, longwave, anmolgoyal74: Fix indentation consistency in core's yaml files
2022-10-09 11:06:21 +00:00
|
|
|
type: config_object
|
|
|
|
label: 'Email settings'
|
|
|
|
mapping:
|
|
|
|
cancel_confirm:
|
|
|
|
type: mail
|
|
|
|
label: 'Account cancellation confirmation'
|
|
|
|
password_reset:
|
|
|
|
type: mail
|
|
|
|
label: 'Password recovery'
|
|
|
|
register_admin_created:
|
|
|
|
type: mail
|
|
|
|
label: 'Account created by administrator'
|
|
|
|
register_no_approval_required:
|
|
|
|
type: mail
|
|
|
|
label: 'Registration confirmation (No approval required)'
|
|
|
|
register_pending_approval:
|
|
|
|
type: mail
|
|
|
|
label: 'Registration confirmation (Pending approval)'
|
|
|
|
register_pending_approval_admin:
|
|
|
|
type: mail
|
|
|
|
label: 'Admin (user awaiting approval)'
|
|
|
|
status_activated:
|
|
|
|
type: mail
|
|
|
|
label: 'Account activation'
|
|
|
|
status_blocked:
|
|
|
|
type: mail
|
|
|
|
label: 'Account blocked'
|
|
|
|
status_canceled:
|
|
|
|
type: mail
|
|
|
|
label: 'Account cancelled'
|
2013-03-08 17:35:59 +00:00
|
|
|
|
|
|
|
user.flood:
|
2015-03-31 09:40:13 +00:00
|
|
|
type: config_object
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'User flood settings'
|
|
|
|
mapping:
|
|
|
|
uid_only:
|
Issue #1866610 by Jose Reyero, Gábor Hojtsy, effulgentsia, alexpott, aspilicious, YesCT, fago, sun, dawehner, heyrocker, yched, spearhead93: Introduce Kwalify-inspired schema format for configuration.
2013-01-31 22:09:08 +00:00
|
|
|
type: boolean
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'UID only identifier'
|
|
|
|
ip_limit:
|
|
|
|
type: integer
|
|
|
|
label: 'IP limit'
|
|
|
|
ip_window:
|
|
|
|
type: integer
|
|
|
|
label: 'IP window'
|
|
|
|
user_limit:
|
|
|
|
type: integer
|
|
|
|
label: 'User limit'
|
|
|
|
user_window:
|
|
|
|
type: integer
|
|
|
|
label: 'User window'
|
|
|
|
|
|
|
|
user.role.*:
|
2014-05-31 11:55:13 +00:00
|
|
|
type: config_entity
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'User role settings'
|
|
|
|
mapping:
|
2014-06-14 09:03:25 +00:00
|
|
|
id:
|
Issue #2920678 by phenaproxima, Wim Leers, dawehner, Gogowitsch, Sam152, dww, longwave, yogeshmpawar, alexpott, borisson_, tstoeckler, jibran, amateescu, larowlan, tedbow: Add config validation for the allowed characters of machine names
2023-07-03 06:51:23 +00:00
|
|
|
type: machine_name
|
2014-06-14 09:03:25 +00:00
|
|
|
label: 'ID'
|
|
|
|
label:
|
2023-08-17 09:29:30 +00:00
|
|
|
type: required_label
|
2014-06-14 09:03:25 +00:00
|
|
|
label: 'Label'
|
2013-03-08 17:35:59 +00:00
|
|
|
weight:
|
2024-03-07 19:12:43 +00:00
|
|
|
type: weight
|
2013-03-08 17:35:59 +00:00
|
|
|
label: 'User role weight'
|
2015-03-04 15:03:09 +00:00
|
|
|
is_admin:
|
|
|
|
type: boolean
|
|
|
|
label: 'User is admin'
|
2013-06-24 16:38:32 +00:00
|
|
|
permissions:
|
|
|
|
type: sequence
|
|
|
|
label: 'Permissions'
|
2023-02-20 00:52:48 +00:00
|
|
|
orderby: value
|
2013-06-24 16:38:32 +00:00
|
|
|
sequence:
|
2015-03-09 08:23:40 +00:00
|
|
|
type: string
|
|
|
|
label: 'Permission'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
|
|
|
|
action.configuration.user_add_role_action:
|
2014-05-09 16:29:22 +00:00
|
|
|
type: mapping
|
|
|
|
label: 'Configuration for the add role action'
|
|
|
|
mapping:
|
|
|
|
rid:
|
|
|
|
type: string
|
|
|
|
label: 'The ID of the role to add'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
|
|
|
|
action.configuration.user_block_user_action:
|
|
|
|
type: action_configuration_default
|
|
|
|
label: 'Block the selected users configuration'
|
|
|
|
|
|
|
|
action.configuration.user_cancel_user_action:
|
|
|
|
type: action_configuration_default
|
|
|
|
label: 'Cancel the selected user accounts configuration'
|
|
|
|
|
|
|
|
action.configuration.user_remove_role_action:
|
|
|
|
type: mapping
|
2014-05-09 16:29:22 +00:00
|
|
|
label: 'Configuration for the remove role action'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
mapping:
|
|
|
|
rid:
|
2014-05-09 16:29:22 +00:00
|
|
|
type: string
|
|
|
|
label: 'The ID of the role to remove'
|
Issue #2167623 by danilenko_dn, sidharthap, Nitesh Sethia, krishnan.n, aitiba, alexpott, ashwinikumar, Barrett, damiankloip, deepakaryan1988, foxtrotcharlie, ianthomas_uk, neetu morwani, nonsie, piyuesh23, Sharique, sivaji, sushantpaste, swentel, vijaycs85, YesCT: Add test for all default configuration to ensure schema exists and is correct.
2014-01-30 12:04:18 +00:00
|
|
|
|
|
|
|
action.configuration.user_unblock_user_action:
|
|
|
|
type: action_configuration_default
|
|
|
|
label: 'Unblock the selected users configuration'
|
2014-05-16 17:49:42 +00:00
|
|
|
|
|
|
|
search.plugin.user_search:
|
|
|
|
type: sequence
|
|
|
|
label: 'User search'
|
2014-06-11 21:38:49 +00:00
|
|
|
|
|
|
|
condition.plugin.user_role:
|
|
|
|
type: condition.plugin
|
|
|
|
mapping:
|
|
|
|
roles:
|
|
|
|
type: sequence
|
|
|
|
sequence:
|
2015-03-09 08:23:40 +00:00
|
|
|
type: string
|
2015-03-17 09:55:45 +00:00
|
|
|
|
2017-08-15 05:12:50 +00:00
|
|
|
# Schema for the entity reference 'default:user' selection handler settings.
|
2015-03-17 09:55:45 +00:00
|
|
|
entity_reference_selection.default:user:
|
2017-08-15 05:12:50 +00:00
|
|
|
type: entity_reference_selection.default
|
|
|
|
label: 'User selection handler settings'
|
2015-03-17 09:55:45 +00:00
|
|
|
mapping:
|
|
|
|
filter:
|
|
|
|
type: mapping
|
|
|
|
label: 'Filter settings'
|
|
|
|
mapping:
|
|
|
|
type:
|
|
|
|
type: string
|
|
|
|
label: 'Filter by'
|
|
|
|
role:
|
|
|
|
type: sequence
|
|
|
|
label: 'Restrict to the selected roles'
|
|
|
|
sequence:
|
|
|
|
type: string
|
|
|
|
label: 'Role'
|
|
|
|
include_anonymous:
|
|
|
|
type: boolean
|
|
|
|
label: 'Include the anonymous user in the matched entities.'
|
2015-04-14 07:46:53 +00:00
|
|
|
|
|
|
|
field.formatter.settings.user_name:
|
|
|
|
type: mapping
|
|
|
|
mapping:
|
|
|
|
link_to_entity:
|
|
|
|
type: boolean
|
|
|
|
label: 'Link to the user'
|