the user/password form is broke because there is no default interface after the hook_install

\Drupal::configFactory()->getEditable('system.mail')
->set('interface', array('forward_send_entity' => 'forward_mail'))
->save();

ERROR after user/password
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "" plugin does not exist. in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 57 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).

CommentFileSizeAuthor
#2 forward-mailerror-2650258-1.patch718 bytesmichiellucas
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

michiellucas created an issue. See original summary.

michiellucas’s picture

Created a patch to fix this in attachment

michiellucas’s picture

Status: Active » Needs review
john.oltman’s picture

Tested and committed. Thanks for the patch. Since this is a serious issue, new release coming shortly.

john.oltman’s picture

Status: Needs review » Fixed
john.oltman’s picture

This patch has been incorporated into the 8.x-1.6 release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.