Просмотр исходного кода

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

nikhen 4 лет назад
Родитель
Сommit
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": {