[stable32] fix: Send password to owner when password sending fails, regardless of enforcement - #64422
Open
backportbot[bot] wants to merge 2 commits into
Open
backportbot[bot] wants to merge 2 commits into
backportbot[bot] wants to merge 2 commits into
Conversation
…f enforcement Previously, the `sendPasswordToOwner` method would only trigger if password enforcement was enabled and sending the password to the recipient failed. This behavior was inconsistent with the intended functionality, as the owner should receive the password whenever sending to the recipient fails, regardless of whether password enforcement is enabled. This change ensures that the owner is notified of the password whenever sending it to the recipient fails, improving consistency and user experience. Signed-off-by: nfebe <fenn25.fn@gmail.com> WIP test(share_by_mail): Send password to owner if `send_by_mail` is disabled Signed-off-by: nfebe <fenn25.fn@gmail.com>
Signed-off-by: Ghassen kefi <ghassen.kefi.dev@gmail.com>
backportbot
Bot
requested review from
CarlSchwan,
artonge,
come-nc,
icewind1991,
leftybournes,
nfebe and
susnux
and removed request for
a team
September 16, 2026 15:58
susnux
approved these changes
Sep 16, 2026
cristianscheid
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of PR #50517