Explorar o código

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

nikhen %!s(int64=4) %!d(string=hai) anos
pai
achega
ce503232c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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": {