-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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(files_sharing): Password field must not be required if already set #48991
Conversation
/backport to stable30 |
/backport to stable29 |
2c8b26f
to
f984570
Compare
If there is already a password, there is no need to require the password in the setting ('newPassword'). It is only required for new shares. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
f984570
to
e13b6d3
Compare
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.
LGTM.
Wondering what would happen if someone attempts to remove password on an existing share, if possible.
If the password is enforced, then this is not possible, you can only modify it. |
If there is already a password, there is no need to require the password in the setting ('newPassword'). It is only required for new shares.
Checklist