Initial Drupal 11 with DDEV setup

This commit is contained in:
gluebox
2025-10-08 11:39:17 -04:00
commit 89ef74b305
25344 changed files with 2599172 additions and 0 deletions

View File

@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- user
id: user.register
label: Register
description: null
targetEntityType: user
cache: true

View File

@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- user
id: user.compact
label: Compact
description: ''
targetEntityType: user
cache: true

View File

@ -0,0 +1,10 @@
langcode: en
status: false
dependencies:
module:
- user
id: user.full
label: 'User account'
description: ''
targetEntityType: user
cache: true

View File

@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- user
id: user_block_user_action
label: 'Block the selected user(s)'
type: user
plugin: user_block_user_action
configuration: { }

View File

@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- user
id: user_cancel_user_action
label: 'Cancel the selected user account(s)'
type: user
plugin: user_cancel_user_action
configuration: { }

View File

@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- user
id: user_unblock_user_action
label: 'Unblock the selected user(s)'
type: user
plugin: user_unblock_user_action
configuration: { }

View File

@ -0,0 +1,5 @@
uid_only: false
ip_limit: 50
ip_window: 3600
user_limit: 5
user_window: 21600

View File

@ -0,0 +1,114 @@
langcode: en
cancel_confirm:
subject: 'Account cancellation request for [user:display-name] at [site:name]'
body: |-
[user:display-name]
A request to cancel your account has been made at [site:name].
You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:
[user:cancel-url]
NOTE: The cancellation of your account is not reversible.
This link expires in one day and nothing will happen if it is not used.
-- [site:name] team
password_reset:
subject: 'Replacement login information for [user:display-name] at [site:name]'
body: |-
[user:display-name],
A request to reset the password for your account has been made at [site:name].
You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.
-- [site:name] team
register_admin_created:
subject: 'An administrator created an account for you at [site:name]'
body: |-
[user:display-name],
A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name]
password: Your password
-- [site:name] team
register_no_approval_required:
subject: 'Account details for [user:display-name] at [site:name]'
body: |-
[user:display-name],
Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name]
password: Your password
-- [site:name] team
register_pending_approval:
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
body: |-
[user:display-name],
Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.
-- [site:name] team
register_pending_approval_admin:
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
body: |-
[user:display-name] has applied for an account.
[user:edit-url]
status_activated:
subject: 'Account details for [user:display-name] at [site:name] (approved)'
body: |-
[user:display-name],
Your account at [site:name] has been activated.
You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:account-name]
password: Your password
-- [site:name] team
status_blocked:
subject: 'Account details for [user:display-name] at [site:name] (blocked)'
body: |-
[user:display-name],
Your account on [site:name] has been blocked.
-- [site:name] team
status_canceled:
subject: 'Account details for [user:display-name] at [site:name] (canceled)'
body: |-
[user:display-name],
Your account on [site:name] has been canceled.
-- [site:name] team

View File

@ -0,0 +1,8 @@
langcode: en
status: true
dependencies: { }
id: anonymous
label: 'Anonymous user'
weight: 0
is_admin: false
permissions: { }

View File

@ -0,0 +1,8 @@
langcode: en
status: true
dependencies: { }
id: authenticated
label: 'Authenticated user'
weight: 1
is_admin: false
permissions: { }

View File

@ -0,0 +1,16 @@
langcode: en
anonymous: Anonymous
verify_mail: true
notify:
cancel_confirm: true
password_reset: true
status_activated: true
status_blocked: false
status_canceled: false
register_admin_created: true
register_no_approval_required: true
register_pending_approval: true
register: visitors
cancel_method: user_cancel_block
password_reset_timeout: 86400
password_strength: true