-
- Downloads
Issue #3485549 by jurgenhaas, pameeela, phenaproxima: Improve manual account creation process
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- config/eca.eca.user_register.yml 173 additions, 0 deletionsconfig/eca.eca.user_register.yml
- config/eca.model.user_register.yml 425 additions, 0 deletionsconfig/eca.model.user_register.yml
- recipe.yml 1 addition, 0 deletionsrecipe.yml
- tests/e2e/spec.cy.js 34 additions, 0 deletionstests/e2e/spec.cy.js
- tests/src/Functional/RedirectsTest.php 0 additions, 1 deletiontests/src/Functional/RedirectsTest.php
... | ... | @@ -4,10 +4,10 @@ |
"description": "Sets up a site with useful authentication features.", | ||
"version": "dev-main", | ||
"require": { | ||
"drupal/bpmn_io": "^2.0", | ||
"drupal/bpmn_io": "2.1.x-dev", | ||
"drupal/core": ">=10.3", | ||
"drupal/eca": "2.1.x-dev", | ||
"drupal/login_emailusername": "^3", | ||
"drupal/token": "^1.15" | ||
"drupal/token": "^1" | ||
} | ||
} |
config/eca.eca.user_register.yml
0 → 100644
config/eca.model.user_register.yml
0 → 100644
This diff is collapsed.
tests/e2e/spec.cy.js
0 → 100644
Please register or sign in to comment