1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Increase username max length

Not sure why it was at 8!
This commit is contained in:
Toby Zerner
2015-10-21 11:13:55 +10:30
parent 2a5c0c1c7a
commit a7c2a7a2d3

View File

@@ -18,7 +18,7 @@ class UserValidator extends AbstractValidator
'alpha_dash',
'unique:users',
'min:3',
'max:8'
'max:30'
],
'email' => [
'required',