- Issue created by @chansenemtp
Hi,
I am answering my own question. :)
The password reset fails in the throbber but also on the reset password tab. This is not a result of the fancy_login but Drupal 9.4 patches on the error in the console regarding:
user/register output:
Warning: Illegal string offset '_original_delta' in Drupal\Core\Field\WidgetBase->extractFormValues() (line 391 of /home/jk7exiton6ol/public_html/core/lib/Drupal/Core/Field/WidgetBase.php)Patch:
https://www.drupal.org/project/drupal/issues/2991986 🐛 Illegal string offset '_original_delta' Needs workAND THIS:
TypeError: key(): Argument #1 ($array) must be of type array, string given in key() (line 362 of core/modules/user/src/AccountForm.php).Patch:
https://www.drupal.org/project/drupal/issues/3328962 🐛 TypeError: key(): Argument #1 ($array) must be of type array, string given in key() Needs work
added this:
https://www.drupal.org/files/issues/2022-12-24/3328962-5.patch →