data.email should NOT be shorter than 8 characters #845
@@ -153,7 +153,7 @@
"example": "[email protected]",
"format": "email",
"type": "string",
- "minLength": 8,
+ "minLength": 6,
"maxLength": 100
},
"password": {