user.settings.yml

core/modules/user/config/install/user.settings.yml
31 string references to 'user.settings'
AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
AccountSettingsForm::getEditableConfigNames in core/modules/user/src/AccountSettingsForm.php
Gets the configuration names that will be editable.
CommentForm::form in core/modules/comment/src/CommentForm.php
Gets the actual form array to be built.
CommentManager::__construct in core/modules/comment/src/CommentManager.php
Construct the CommentManager object.

... See full list

File

core/modules/user/config/install/user.settings.yml

View source
  1. langcode: en
  2. anonymous: Anonymous
  3. verify_mail: true
  4. notify:
  5. cancel_confirm: true
  6. password_reset: true
  7. status_activated: true
  8. status_blocked: false
  9. status_canceled: false
  10. register_admin_created: true
  11. register_no_approval_required: true
  12. register_pending_approval: true
  13. register: visitors
  14. cancel_method: user_cancel_block
  15. password_reset_timeout: 86400
  16. password_strength: true

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.