Skip to content

Commit 0dc2603

Browse files
author
nobody
committed
JSON Schema Update
1 parent ffa5497 commit 0dc2603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/v3/confirm_email/send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"verification_code": {
3030
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
3131
"type": "string",
32-
"pattern": "^\\w{8,128}$",
32+
"pattern": "^\\w{6,128}$",
3333
"sensitive": 1
3434
},
3535
"passthrough": {

config/v3/new_account_virtual/send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"verification_code": {
220220
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
221221
"type": "string",
222-
"pattern": "^\\w{8,128}$"
222+
"pattern": "^\\w{6,128}$"
223223
},
224224
"loginid": {
225225
"description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",

0 commit comments

Comments
 (0)