Эх сурвалжийг харах

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

nikhen 4 жил өмнө
parent
commit
ce503232c3

+ 1 - 1
backend/schema/definitions.json

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