mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Increase username max length
Not sure why it was at 8!
This commit is contained in:
@@ -18,7 +18,7 @@ class UserValidator extends AbstractValidator
|
||||
'alpha_dash',
|
||||
'unique:users',
|
||||
'min:3',
|
||||
'max:8'
|
||||
'max:30'
|
||||
],
|
||||
'email' => [
|
||||
'required',
|
||||
|
Reference in New Issue
Block a user