diff --git a/.platform/schema b/.platform/schema index c7930257..301160a9 100644 --- a/.platform/schema +++ b/.platform/schema @@ -1 +1 @@ -7 \ No newline at end of file +8 \ No newline at end of file diff --git a/composer.lock b/composer.lock index 22e2ec4b..b2f1fd75 100644 --- a/composer.lock +++ b/composer.lock @@ -3794,12 +3794,12 @@ "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-tools.git", - "reference": "eadca37ff757c3de0b1a309d37ddd2c6d4910740" + "reference": "5c46212ec813932eb9f8e94bbf2d14e1e92b2a39" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/eadca37ff757c3de0b1a309d37ddd2c6d4910740", - "reference": "eadca37ff757c3de0b1a309d37ddd2c6d4910740", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/5c46212ec813932eb9f8e94bbf2d14e1e92b2a39", + "reference": "5c46212ec813932eb9f8e94bbf2d14e1e92b2a39", "shasum": "" }, "require": { @@ -3871,7 +3871,7 @@ "source": "https://github.com/City-of-Helsinki/drupal-tools/tree/main", "issues": "https://github.com/City-of-Helsinki/drupal-tools/issues" }, - "time": "2024-08-12T09:17:00+00:00" + "time": "2024-08-16T09:24:27+00:00" }, { "name": "drupal/image_style_quality", @@ -5323,17 +5323,17 @@ }, { "name": "drupal/raven", - "version": "4.0.32", + "version": "4.0.33", "source": { "type": "git", "url": "https://git.drupalcode.org/project/raven.git", - "reference": "4.0.32" + "reference": "4.0.33" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/raven-4.0.32.zip", - "reference": "4.0.32", - "shasum": "0f6c330029bccd6925d30ed1f285e2faba9022cc" + "url": "https://ftp.drupal.org/files/projects/raven-4.0.33.zip", + "reference": "4.0.33", + "shasum": "74f556f4d2f6615508a08491b517ca98b69c971c" }, "require": { "drupal/core": "^8 || ^9 || ^10", @@ -5348,8 +5348,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.32", - "datestamp": "1723585972", + "version": "4.0.33", + "datestamp": "1723776384", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" diff --git a/conf/cmi/language/tr/user.mail.yml b/conf/cmi/language/tr/user.mail.yml index a8add505..dfc59b1d 100644 --- a/conf/cmi/language/tr/user.mail.yml +++ b/conf/cmi/language/tr/user.mail.yml @@ -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" diff --git a/public/sites/default/settings.php b/public/sites/default/settings.php index 9e6f7a6b..9813b60a 100644 --- a/public/sites/default/settings.php +++ b/public/sites/default/settings.php @@ -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' => [], ];