Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-04-13 16:38:09 +0300
committerLouis (Rebase PR Action) <artonge@users.noreply.github.com>2022-06-07 14:37:25 +0300
commitd0bfca5131311f81460e62b6bd8d6b14bbbeb821 (patch)
treed345762ffb8a55de669a6c96648e051c0e4c55fa /build
parente297e1ce18287bd22a50cb843040aef66b4746fa (diff)
Add setting to ignore email during search
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/CollaborationContext.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/CollaborationContext.php b/build/integration/features/bootstrap/CollaborationContext.php
index 77fea0c3960..8f13e3f02f1 100644
--- a/build/integration/features/bootstrap/CollaborationContext.php
+++ b/build/integration/features/bootstrap/CollaborationContext.php
@@ -70,6 +70,7 @@ class CollaborationContext implements Context {
$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_restrict_user_enumeration_full_match_email');
$this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name');
$this->deleteServerConfig('core', 'shareapi_only_share_with_group_members');
}