Skip to content

Commit 58edfee

Browse files
committed
Add a hint that the settings are OR based
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent a0103ac commit 58edfee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/settings/templates/settings/admin/sharing.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
} ?> />
186186
<label for="shareapi_restrict_user_enumeration_to_phone"><?php p($l->t('Allow username autocompletion to users based on phonebook matches'));?></label><br />
187187
</p>
188+
<p id="shareapi_restrict_user_enumeration_combinewarning_setting" class="indent <?php if ($_['shareAPIEnabled'] === 'no' || $_['allowShareDialogUserEnumeration'] === 'no') {
189+
p('hidden');
190+
}?>">
191+
<em><?php p($l->t('If autocompletion "same group" and "phonebook matches" are enabled a match in either is enough to show the user.'));?></em><br />
192+
</p>
188193

189194
<p>
190195
<input type="checkbox" id="publicShareDisclaimer" class="checkbox noJSAutoUpdate"

0 commit comments

Comments
 (0)