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
After setting 'sharing.allow_disabled_password_enforcement_groups' => true, in config.php, the "Exclude groups from password requirements" select shows up as expected. But when I enter a group there, it's not really saved. After reloading, set groups disappear. Also, the setting doesn't work as the groups are not actually excluded.
Bug description
After setting
'sharing.allow_disabled_password_enforcement_groups' => true,inconfig.php, the "Exclude groups from password requirements" select shows up as expected. But when I enter a group there, it's not really saved. After reloading, set groups disappear. Also, the setting doesn't work as the groups are not actually excluded.Video of the problem:
excluded_groups.mp4
cc: @susnux , since you recently edited this.
Steps to reproduce
'sharing.allow_disabled_password_enforcement_groups' => true,inconfig.phpExpected behavior
The groups should be saved and visible after reloading. Plus, the groups should be excluded from the password requirement.
Installation method
None
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
I checked the requests, and see the request is made and claims to be successful. But apparently not?
192.xxx.xx.x - - [28/Aug/2024:12:21:58 +0000] "POST /ocs/v2.php/apps/provisioning_api/api/v1/config/apps/core/shareapi_password_excluded_groups HTTP/1.1" 200 935 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"