Skip to content

fix(sharing): Align userid config key in UserPlugin with Manager#58887

Open
nfebe wants to merge 1 commit intomasterfrom
fix/sharee-userid-config-key-inconsistency
Open

fix(sharing): Align userid config key in UserPlugin with Manager#58887
nfebe wants to merge 1 commit intomasterfrom
fix/sharee-userid-config-key-inconsistency

Conversation

@nfebe
Copy link
Contributor

@nfebe nfebe commented Mar 12, 2026

UserPlugin reads shareapi_restrict_user_enumeration_full_match_userid (no underscore) while Manager.php and the frontend both use shareapi_restrict_user_enumeration_full_match_user_id (with underscore).

This mismatch causes the "disable exact match by user ID" admin setting to have no effect on actual sharee search results.

UserPlugin reads `shareapi_restrict_user_enumeration_full_match_userid`
(no underscore) while Manager.php and the frontend both use
`shareapi_restrict_user_enumeration_full_match_user_id` (with underscore).

This mismatch causes the "disable exact match by user ID" admin setting
to have no effect on actual sharee search results.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
@nfebe nfebe requested a review from a team as a code owner March 12, 2026 12:22
@nfebe nfebe added the 3. to review Waiting for reviews label Mar 12, 2026
@nfebe nfebe requested review from ArtificialOwl and removed request for a team March 12, 2026 12:22
@nfebe
Copy link
Contributor Author

nfebe commented Mar 12, 2026

/backport to stable33

@nfebe
Copy link
Contributor Author

nfebe commented Mar 12, 2026

/backport to stable32

@nfebe
Copy link
Contributor Author

nfebe commented Mar 12, 2026

/backport to stable31

Copy link
Member

@provokateurin provokateurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, my bad. Thanks for catching it!

@provokateurin provokateurin enabled auto-merge March 12, 2026 13:28
@joshtrichards
Copy link
Member

If this fixes #58858, please add closed by linkage. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants