- Issue created by @heilop
- Status changed to Fixed
11 months ago 4:26pm 16 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Happening this error:
Error: Cannot call abstract method Drupal\Core\Messenger\MessengerInterface::addMessage() in restrict_password_change_mail_alter() (line 88 of .../restrict_password_change/restrict_password_change.module).
Occurs when request the reset password via emails
Replace the unused Drupal\Core\Messenger\MessengerInterface
interface with `\Drupal::messenger()`.
Fixed
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.