Skip to content

Commit 47e7d40

Browse files
author
nobody
committed
JSON Schema Update
1 parent 941788c commit 47e7d40

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{6,128}$",
32+
"pattern": "^\\w{8,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
@@ -220,7 +220,7 @@
220220
"verification_code": {
221221
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
222222
"type": "string",
223-
"pattern": "^\\w{6,128}$"
223+
"pattern": "^\\w{8,128}$"
224224
},
225225
"loginid": {
226226
"description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",

0 commit comments

Comments
 (0)