Currently, Custom Groups app does not adhere to the Allow finding you via autocomplete in share dialog. If this is disabled the full username needs to be entered sharing personal setting. That is, even if user explicitly opted this out in his/her personal setting page, he/she can still be added to Custom Groups by other users
How Has This Been Tested?
As admin, enable the sharing option Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered system-wide (it is enabled by default)
As normal user user1, disable this option in the personal settings page
As normal user user2, create a Custom Group and try to search for user user1 in order to add this user to the group --> before the fix user1 was still searchable, after the fix he/she is not displayed anymore
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Database schema changes (next release will require increase of minor version instead of patch)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Respect sharing autocompletion personal setting
Related Issue
Motivation and Context
Currently, Custom Groups app does not adhere to the
Allow finding you via autocomplete in share dialog. If this is disabled the full username needs to be entered
sharing personal setting. That is, even if user explicitly opted this out in his/her personal setting page, he/she can still be added to Custom Groups by other usersHow Has This Been Tested?
admin
, enable the sharing optionAllow username autocompletion in share dialog. If this is disabled the full username needs to be entered
system-wide (it is enabled by default)user1
, disable this option in the personal settings pageuser2
, create a Custom Group and try to search for useruser1
in order to add this user to the group --> before the fixuser1
was still searchable, after the fix he/she is not displayed anymoreTypes of changes
Checklist: