Ver Fonte

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

nikhen há 4 anos atrás
pai
commit
ce503232c3
1 ficheiros alterados com 1 adições e 1 exclusões
  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": {