Somebody was able to register with the username "comm". Looked into it and found that we were checking lowercased usernames against the list, but some of the entries in the list were not lowercase.
Linear issue: ENG-1756
Differential D5080
[lib] Lowercase all reserved usernames ashoat on Sep 7 2022, 8:08 PM. Authored by Tags None Referenced Files
Subscribers
Details
Somebody was able to register with the username "comm". Looked into it and found that we were checking lowercased usernames against the list, but some of the entries in the list were not lowercase. Linear issue: ENG-1756 I used vim to search for the RegExp [A-Z] in the list and found no results
Diff Detail
|