From ce503232c334163265343041f84e578f290e9e31 Mon Sep 17 00:00:00 2001 From: nikhen Date: Sun, 12 Sep 2021 15:01:55 +0200 Subject: [PATCH] data.email should NOT be shorter than 8 characters #845 --- backend/schema/definitions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/schema/definitions.json b/backend/schema/definitions.json index 9895b87..4b4f340 100644 --- a/backend/schema/definitions.json +++ b/backend/schema/definitions.json @@ -153,7 +153,7 @@ "example": "john@example.com", "format": "email", "type": "string", - "minLength": 8, + "minLength": 6, "maxLength": 100 }, "password": {