mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove username regex
This commit is contained in:
parent
647e3b1111
commit
f6242d6507
@ -96,7 +96,6 @@ class PublicHandler(BaseHandler):
|
|||||||
"properties": {
|
"properties": {
|
||||||
"username": {
|
"username": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[a-z0-9_]+$",
|
|
||||||
},
|
},
|
||||||
"password": {"type": "string"},
|
"password": {"type": "string"},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user