-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix: Send password to owner when password sending fails, regardless of enforcement #50517
base: master
Are you sure you want to change the base?
Conversation
/backport to stable31 |
/backport to stable30 |
/backport to stable29 |
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
9e6fdc5
to
beacb35
Compare
Previously, the share owner notification email did not display the recipient email addresses, making it difficult for the owner to know who the share was sent to. This fix ensures that the recipient email addresses are included in the notification email. Signed-off-by: nfebe <[email protected]>
…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]>
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".
|
…disabled Signed-off-by: nfebe <[email protected]>
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.
Fixes : #50512
Uses : #50515