Skip to content

2026-May-09 - 2.7.15526

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 May 04:19
b8701b4
fix(toolbox UI): expand banned username width to 25 (#14382)

We previously already expanded the max input to 40, to match
our column length in database (that is done). But, the field
has a length of 10, which is visually very short. This update
bumps that length to 25 (but not a hardcap, the limit remains at 40)

Resolves #8094