You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to share a file via public link, and when password_policy is used to enforce a certain amount of complexity, sharing the file fails - as expected. However, the user isn't notified, the pop up just stays there until one click cancel.
If the password is empty, the user is told a password is required, but I guess that's from the core settings, not from password_policy app.
I see no error in owncloud.log.
Network tab in browser debug console shows a 403 on /ocs/v2.php/apps/files_sharing/api/v1/shares?format=json
(result of failing to comply with policy, I guess, so normal), and there is the following error in js console:
I'm really not comfortable enough with JS to check out in detail, but it seems there is something wrong with the way the result of failure is presented to the user?
Owncloud version: 10.11.0
Running on Debian 11 (Bullseye), with php 7.4 from https://deb.sury.org/
Hi,
When trying to share a file via public link, and when password_policy is used to enforce a certain amount of complexity, sharing the file fails - as expected. However, the user isn't notified, the pop up just stays there until one click cancel.
If the password is empty, the user is told a password is required, but I guess that's from the core settings, not from password_policy app.
I see no error in owncloud.log.
Network tab in browser debug console shows a 403 on
/ocs/v2.php/apps/files_sharing/api/v1/shares?format=json
(result of failing to comply with policy, I guess, so normal), and there is the following error in js console:
I'm really not comfortable enough with JS to check out in detail, but it seems there is something wrong with the way the result of failure is presented to the user?
Owncloud version: 10.11.0
Running on Debian 11 (Bullseye), with php 7.4 from https://deb.sury.org/
Password policy app version: 2.1.4 (from Marketplace).
Thanks!
The text was updated successfully, but these errors were encountered: