Bug 431619

Summary: Username length not uniform
Product: [Frameworks and Libraries] OCS Reporter: Ashley Stone <ash>
Component: GeneralAssignee: Dan Leinir Turthra Jensen <leinir>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ashley Stone 2021-01-14 23:38:34 UTC
SUMMARY

Minimum user length is 4 characters, while other KDE infrastructure allows three characters.

Right now it is set to 4 and I would like to retain the same username I use 
everywhere else in KDE's infrastructure, which is 3 characters long.


STEPS TO REPRODUCE
1. Visit https://store.kde.org/
2. Select 'register' in the top right corner
3. Enter a username of 'aaa'

OBSERVED RESULT

An error message is presented:

"The input is less than 4 characters long
Username may only contain lower case alphanumeric characters or single hyphens, and cannot begin or end with a hyphen"


EXPECTED RESULT

Ability to use similar user lengths permitted else where by KDE sites.