Fixed User name length maximum limit

Quy Ton

Member
Under Setup > Options > User registration > User name length limit, you can specify a value greater than 50 even though the help text states that user names may never be longer than 50 characters. Limit the + to go up to 50 max.

In the Register modal, the Username maxlength attribute maxlength="50" should be the maximum setting value and not be 50.
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.1).

Change log:
Adjust usernameLength option so the max value cannot exceed 50 (the hardcoded username limit). Also apply that max value to the register form, rather than the max username limit (50).
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom