Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic update #329

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .platform/schema
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
8
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 1 addition & 15 deletions conf/cmi/language/tr/user.mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,7 @@ register_admin_created:
-- [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
body: "[user:display-name],\r\n\r\n[site:name] sitesine kaydolduğunuz için teşekkür ederiz. Şimdi aşağıdaki bağlantıya tıklayarak veya kopyalayıp tarayıcınıza yapıştırarak giriş yapabilirsiniz:\r\n\r\n[user:one-time-login-url]\r\n\r\nBu bağlantı giriş yapmak için yalnızca bir defa kullanılabilir ve sizi parolanızı belirleyebileceğiniz bir sayfaya götürecektir.\r\n\r\nParolanızı belirledikten sonra, aşağıdaki bilgileri kullanarak [site:login-url] adresinden giriş yapabilirsiniz:\r\n\r\nkullanıcı adı: [user:name]\r\nparola: Parolanız\r\n\r\n-- [site:name] ekibi"
register_pending_approval:
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
body: "[user:display-name],\r\n\r\nThank 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.\r\n\r\n-- [site:name] team"
Expand Down
1 change: 1 addition & 0 deletions public/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ function drupal_get_env(string|array $variables) : mixed {
'DRUPAL_DB_NAME',
'DRUPAL_DB_PASS',
'DRUPAL_DB_HOST',
'TFA_ENCRYPTION_KEY',
],
'additionalFiles' => [],
];
Expand Down