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

Username with extraneous spaces are not invalid #4030

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

nilmerg
Copy link
Member

@nilmerg nilmerg commented Dec 11, 2019

No description provided.

@nilmerg nilmerg added bug Something isn't working area/authentication Affects user authentication or authorization labels Dec 11, 2019
@nilmerg nilmerg added this to the 2.8.0 milestone Dec 11, 2019
@nilmerg nilmerg self-assigned this Dec 11, 2019
@nilmerg nilmerg merged commit 0bbc4c7 into master Dec 11, 2019
@nilmerg nilmerg deleted the fix/username-with-extraneous-spaces-are-not-invalid branch December 11, 2019 09:24
@nilmerg nilmerg modified the milestones: 2.8.0-rc1, 2.8.0 May 12, 2020
nilmerg added a commit that referenced this pull request Jun 19, 2020
The BINARY cast to make trailing spaces significant (#4030) also
made these queries case-sensitive. This wasn't identified at the
time because the query itself wasn't case-insensitive, but the
default collation on the `name` column. (Tests sometimes are the
perfect mitigation for this...)

fixes #4184
nilmerg added a commit that referenced this pull request Jun 24, 2020
The BINARY cast to make trailing spaces significant (#4030) also
made these queries case-sensitive. This wasn't identified at the
time because the query itself wasn't case-insensitive, but the
default collation on the `name` column. (Tests sometimes are the
perfect mitigation for this...)

fixes #4184
nilmerg added a commit that referenced this pull request Jun 24, 2020
The BINARY cast to make trailing spaces significant (#4030) also
made these queries case-sensitive. This wasn't identified at the
time because the query itself wasn't case-insensitive, but the
default collation on the `name` column. (Tests sometimes are the
perfect mitigation for this...)

fixes #4184

(cherry picked from commit 4d173e6)
sukhwinder33445 pushed a commit that referenced this pull request Aug 12, 2020
The BINARY cast to make trailing spaces significant (#4030) also
made these queries case-sensitive. This wasn't identified at the
time because the query itself wasn't case-insensitive, but the
default collation on the `name` column. (Tests sometimes are the
perfect mitigation for this...)

fixes #4184
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/authentication Affects user authentication or authorization bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant