mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-25 10:32:31 +01:00
Merge branch 'develop' into patch-2
This commit is contained in:
commit
25fe9c10e0
@ -121,7 +121,7 @@
|
||||
"default_value": "CHANGEME",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:64"
|
||||
"rules": "required|regex:/^[\w.-]*$/|max:64"
|
||||
},
|
||||
{
|
||||
"name": "Save Interval",
|
||||
@ -160,4 +160,4 @@
|
||||
"rules": "nullable|url"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user