replaced user_registrationpassword by user_email_verification

This commit is contained in:
2021-03-09 21:26:35 +01:00
parent b992c1c667
commit 637b1d9bf0
12 changed files with 136 additions and 52 deletions

46
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6551b226eaa1ce5d151810ee7996bf9d",
"content-hash": "d1b8403c7c149b7c30ff036ccfe1fbe3",
"packages": [
{
"name": "alchemy/zippy",
@@ -12081,30 +12081,27 @@
}
},
{
"name": "drupal/user_registrationpassword",
"version": "1.0.0-alpha5",
"name": "drupal/user_email_verification",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/user_registrationpassword.git",
"reference": "8.x-1.0-alpha5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/user_registrationpassword-8.x-1.0-alpha5.zip",
"reference": "8.x-1.0-alpha5",
"shasum": "2443b1e7d1c080863c907da569187add5b0c0814"
"url": "https://git.drupalcode.org/project/user_email_verification.git",
"reference": "b19d5dc36171d6a2a9fc5fd24a5c11d89bfab5e3"
},
"require": {
"drupal/core": "^8.8 || ^9"
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0-alpha5",
"datestamp": "1592713735",
"version": "8.x-1.x-dev",
"datestamp": "1592398788",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
@@ -12114,19 +12111,20 @@
],
"authors": [
{
"name": "Rob C",
"homepage": "https://www.drupal.org/user/313382"
"name": "Antonnavi",
"homepage": "https://www.drupal.org/user/875410"
},
{
"name": "jide",
"homepage": "https://www.drupal.org/user/146088"
"name": "skek",
"homepage": "https://www.drupal.org/user/417078"
}
],
"description": "Let users register with a password on the registration form when verification mail is required.",
"homepage": "https://www.drupal.org/project/user_registrationpassword",
"description": "Verify the user Email. If the Email of the user is not verified the system will block the user.",
"homepage": "https://www.drupal.org/project/user_email_verification",
"support": {
"source": "https://git.drupalcode.org/project/user_registrationpassword"
}
"source": "https://git.drupalcode.org/project/user_email_verification"
},
"time": "2021-01-21T14:25:15+00:00"
},
{
"name": "drupal/video_embed_field",
@@ -19361,7 +19359,7 @@
"drupal/translate_side_by_side": 20,
"drupal/translation_views": 20,
"drupal/ultimate_cron": 20,
"drupal/user_registrationpassword": 15,
"drupal/user_email_verification": 20,
"drupal/views_conditional": 20,
"drupal/advanced_text_formatter": 10,
"drupal/autocomplete_deluxe": 5,