@@ -99,6 +99,38 @@ forcing them.
9999
100100 .. _transfer_userfiles_label :
101101
102+ Advanced settings
103+ -------------------------------------------------------------------
104+
105+ Here are some edge case settings which are not editable from the web interface, because they are only useful to small subset of administrators.
106+
107+ You can use the ``occ `` command to update those, for example:
108+
109+ .. code-block :: bash
110+
111+ occ config:app:set core shareapi_restrict_user_enumeration_full_match_email --value yes
112+
113+ - ``core.shareapi_restrict_user_enumeration_full_match_ignore_second_display_name ``
114+ + When full match is activated, ignore the appended second display name.
115+ + Default: ``no ``
116+ + Examples:
117+
118+ +---------------+--------------+------------------------------+------------+
119+ | Setting value | Search query | User name | Will match |
120+ +===============+==============+==============================+============+
121+ | ``yes `` | User 1 | User 1 (Second display name) | yes |
122+ +---------------+--------------+------------------------------+------------+
123+ | ``no `` | User 1 | User 1 (Second display name) | no |
124+ +---------------+--------------+------------------------------+------------+
125+
126+ - ``core.shareapi_restrict_user_enumeration_full_match_userid ``
127+ + When full match is activated, do not match user ID
128+ + Default: ``yes ``
129+
130+ - ``core.shareapi_restrict_user_enumeration_full_match_email ``
131+ + When full match is activated, do not match user email
132+ + Default: ``yes ``
133+
102134Distinguish between max expiration date and default expiration date
103135-------------------------------------------------------------------
104136
0 commit comments