Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V10 Fix for unfrozen user ids #51

Conversation

PaigeLigeti-SM
Copy link

Resolves #49

Summary

Fix to ensure only user ids that are set are unfrozen when maintenance mode is active.

Issue:

Previously, if an ID like "12" was entered, the system would incorrectly unfreeze users with IDs "1", "2", and "12" (matching partial IDs). This behaviour was unintended and could result in unfrozen users who were not targeted.

Fix:

With this update, only the exact user ID (e.g. "12") is unfrozen, ensuring that only the intended user is affected, and no partial ID matches occur. This change aligns with the expected behaviour when specifying user IDs.

@PaigeLigeti-SM PaigeLigeti-SM deleted the paigeligeti/v10-unfreezing-user-ids-bug-49 branch October 18, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant