diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-04-11 10:27:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 10:27:59 +0200 |
commit | cde260577e90dc7f3aea1d610ae6c2b93e949af5 (patch) | |
tree | ab46a2129ace4a8046d604fe675c657c653aad6a /build | |
parent | e36233dbab7995c4b2e037828ccb168005e5d76f (diff) | |
parent | 0e06ee68c0af2a953a5b32865c48a8bdfa6396b3 (diff) | |
download | nextcloud-server-cde260577e90dc7f3aea1d610ae6c2b93e949af5.tar.gz nextcloud-server-cde260577e90dc7f3aea1d610ae6c2b93e949af5.zip |
Merge pull request #31857 from nextcloud/feat/dont_match_userid
Add settings to not match userID during full match
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/bootstrap/CollaborationContext.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/CollaborationContext.php b/build/integration/features/bootstrap/CollaborationContext.php index de7048b70cc..bc01a32f12c 100644 --- a/build/integration/features/bootstrap/CollaborationContext.php +++ b/build/integration/features/bootstrap/CollaborationContext.php @@ -122,6 +122,7 @@ EOF; $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_to_group'); $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_to_phone'); $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match'); + $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_userid'); $this->deleteServerConfig('core', 'shareapi_only_share_with_group_members'); } |