浏览代码

data.email should NOT be shorter than 8 characters #845

nikhen 4 年之前
父节点
当前提交
ce503232c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      backend/schema/definitions.json

+ 1 - 1
backend/schema/definitions.json

@@ -153,7 +153,7 @@
       "example": "[email protected]",
       "format": "email",
       "type": "string",
-      "minLength": 8,
+      "minLength": 6,
       "maxLength": 100
     },
     "password": {