@@ -84,6 +84,7 @@ public function testGetFormWithoutExcludedGroups(): void {
8484 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
8585 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
8686 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
87+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
8788 ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
8889 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
8990 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
@@ -119,6 +120,7 @@ public function testGetFormWithoutExcludedGroups(): void {
119120 'restrictUserEnumerationToPhone ' => 'no ' ,
120121 'restrictUserEnumerationFullMatch ' => 'yes ' ,
121122 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
123+ 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
122124 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
123125 'enforceLinkPassword ' => false ,
124126 'onlyShareWithGroupMembers ' => false ,
@@ -163,6 +165,7 @@ public function testGetFormWithExcludedGroups(): void {
163165 ['core ' , 'shareapi_restrict_user_enumeration_to_phone ' , 'no ' , 'no ' ],
164166 ['core ' , 'shareapi_restrict_user_enumeration_full_match ' , 'yes ' , 'yes ' ],
165167 ['core ' , 'shareapi_restrict_user_enumeration_full_match_userid ' , 'yes ' , 'yes ' ],
168+ ['core ' , 'shareapi_restrict_user_enumeration_full_match_email ' , 'yes ' , 'yes ' ],
166169 ['core ' , 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ' , 'no ' , 'no ' ],
167170 ['core ' , 'shareapi_enabled ' , 'yes ' , 'yes ' ],
168171 ['core ' , 'shareapi_default_expire_date ' , 'no ' , 'no ' ],
@@ -198,6 +201,7 @@ public function testGetFormWithExcludedGroups(): void {
198201 'restrictUserEnumerationToPhone ' => 'no ' ,
199202 'restrictUserEnumerationFullMatch ' => 'yes ' ,
200203 'restrictUserEnumerationFullMatchUserId ' => 'yes ' ,
204+ 'restrictUserEnumerationFullMatchEmail ' => 'yes ' ,
201205 'restrictUserEnumerationFullMatchIgnoreSecondDisplayName ' => 'no ' ,
202206 'enforceLinkPassword ' => false ,
203207 'onlyShareWithGroupMembers ' => false ,
0 commit comments