Skip to content

Commit 7845162

Browse files
authored
Merge pull request #1399 from nikhen/i845
data.email should NOT be shorter than 8 characters #845
2 parents f2edf91 + ce50323 commit 7845162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/schema/definitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"example": "john@example.com",
154154
"format": "email",
155155
"type": "string",
156-
"minLength": 8,
156+
"minLength": 6,
157157
"maxLength": 100
158158
},
159159
"password": {

0 commit comments

Comments
 (0)