diff --git a/config/drupal-9/drupal-9.1-deprecations.php b/config/drupal-9/drupal-9.1-deprecations.php index 622d9e32..1777e87e 100644 --- a/config/drupal-9/drupal-9.1-deprecations.php +++ b/config/drupal-9/drupal-9.1-deprecations.php @@ -48,6 +48,7 @@ use DrupalRector\Rector\Deprecation\GetRawContentRector; use DrupalRector\Rector\Deprecation\PassRector; use DrupalRector\Rector\Deprecation\UiHelperTraitDrupalPostFormRector; +use DrupalRector\Rector\Deprecation\UserPasswordRector; use Rector\PHPUnit\Set\PHPUnitSetList; use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; @@ -108,4 +109,5 @@ $services->set(ConstructFieldXpathRector::class); $services->set(GetRawContentRector::class); $services->set(GetAllOptionsRector::class); + $services->set(UserPasswordRector::class); };