-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
Initial Checklist
- I understand this is a bug report and questions should be posted in the Community Discussions
- I searched issues and couldn’t find anything (or linked relevant results below)
Bug Description
If password enforcement is only set on Writeable public links, changing a link from "CanRead" to "CanWrite" fails.
Reproduction Steps
- Set
OC_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD=false - Set
OC_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD=true - Create public link
- Change link to "Can Write"
Expected Outcome
Password policy modal should pop up and a password can be generated/entered.
Actual Outcome
An error occurs because Web tries to change the link without using a password.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done