Remove username regex

This commit is contained in:
amcmanu3 2024-02-20 18:47:00 -05:00
parent 647e3b1111
commit f6242d6507

View File

@ -96,7 +96,6 @@ class PublicHandler(BaseHandler):
"properties": {
"username": {
"type": "string",
"pattern": "^[a-z0-9_]+$",
},
"password": {"type": "string"},
},