-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix: Send password to owner when password sending fails, regardless of enforcement #50517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
/backport to stable31 |
|
/backport to stable30 |
|
/backport to stable29 |
provokateurin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests need to be adjusted
beacb35 to
362ba1a
Compare
|
Needs a rebase (not sure why the other commit still shows up here) and tests need to be adjusted. |
This was branched of the ticket mentioned in the description as "uses".
|
…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 <[email protected]>
…disabled Signed-off-by: nfebe <[email protected]>
97645e4 to
d652cd1
Compare
Previously, the
sendPasswordToOwnermethod 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.
Fixes : #50512
Uses : #50515