Skip to content

IBX-11241: Email for Forgotten password is not sent#1833

Open
vidarl wants to merge 1 commit intomainfrom
IBX-11241_Email_for_Forgotten_Password_is_not_sent
Open

IBX-11241: Email for Forgotten password is not sent#1833
vidarl wants to merge 1 commit intomainfrom
IBX-11241_Email_for_Forgotten_Password_is_not_sent

Conversation

@vidarl
Copy link
Contributor

@vidarl vidarl commented Feb 23, 2026

🎫 Issue IBX-11241

Description:

Email for forgotten password feature is not sent on 5.0
This is because the default fall-back for sending email via swift mailer in PasswordReset::sendMessage() was removed in 5.0 and notifier subscriptions were never configured by default.

For QA:

Documentation:

notifier:
subscriptions:
Ibexa\AdminUi\Notifier\Notification\UserPasswordReset:
channels: [ email ]
Copy link
Contributor Author

@vidarl vidarl Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ended up with this solution. An alternative could be to add this config to the project's config (config/packages/ibexa_admin_ui.yaml) using recipes though

@sonarqubecloud
Copy link

@vidarl vidarl requested a review from a team February 23, 2026 14:45
Copy link
Contributor

@ViniTou ViniTou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my opinion, this should go in
https://github.com/ibexa/recipes-dev/blob/master/ibexa/commerce/5.0/config/packages/ibexa.yaml#L120
and alongside Ibexa\Contracts\User\Notification\UserPasswordReset Notification there.

ibexa_admin_ui.yaml would be good place as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants