Skip to content

2021-February-03 - Prerelease - 2.6.10@aedf47961f

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Feb 00:45
87bac65
Fix banned username matching (#8748)

The check for username bans attempted to do a case insensitive match
by lower casing the name to check. But, the names stored where in whatever
casing was originally entered. This implies the username ban only worked
when the original casing was all lower casing.

This update fixes the matching so it is case insensitive, banned usernames
are upper-cased when entered into database and then the name to match is also upper-cased.