-
Notifications
You must be signed in to change notification settings - Fork 807
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
Prevent empty password being passed into share creation #6100
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6100 +/- ##
=======================================
Coverage 60.33% 60.33%
=======================================
Files 145 145
Lines 18800 18800
=======================================
Hits 11343 11343
Misses 7457 7457 |
e224665
to
f3ea30c
Compare
Manual backport: #6107 |
f3ea30c
to
7a839b6
Compare
We already generate a new password when the share password dialog is created, so there is really no need to clear the field when it closes. This prevents the field being cleared before the password is sent into the C++ code, leading to no password actually being sent to the server Signed-off-by: Claudio Cambra <[email protected]>
7a839b6
to
8fbd6ef
Compare
Kudos, SonarCloud Quality Gate passed! |
AppImage file: nextcloud-PR-6100-8fbd6ef7901f13affd2ef18214f72b79591c60f7-x86_64.AppImage |
We already generate a new password when the share password dialog is created, so there is really no need to clear the field when it closes. This prevents the field being cleared before the password is sent into the C++ code, leading to no password actually being sent to the server
Closes #6081