mirror of
https://github.com/flarum/framework.git
synced 2025-03-04 10:56:26 +08:00
Increase username max length
Not sure why it was at 8!
This commit is contained in:
parent
2a5c0c1c7a
commit
a7c2a7a2d3
@ -18,7 +18,7 @@ class UserValidator extends AbstractValidator
|
|||||||
'alpha_dash',
|
'alpha_dash',
|
||||||
'unique:users',
|
'unique:users',
|
||||||
'min:3',
|
'min:3',
|
||||||
'max:8'
|
'max:30'
|
||||||
],
|
],
|
||||||
'email' => [
|
'email' => [
|
||||||
'required',
|
'required',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user