From a3872f652b87f37733f4cf7b6cdc50ca8d93fcb3 Mon Sep 17 00:00:00 2001 From: Github Workflow Date: Mon, 22 Jul 2024 06:05:13 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/confirm_email/send.json | 2 +- config/v3/new_account_virtual/send.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/v3/confirm_email/send.json b/config/v3/confirm_email/send.json index 1c82090d..527137fe 100644 --- a/config/v3/confirm_email/send.json +++ b/config/v3/confirm_email/send.json @@ -29,7 +29,7 @@ "verification_code": { "description": "Email verification code (received from a `verify_email` call, which must be done first).", "type": "string", - "pattern": "^\\w{8,128}$", + "pattern": "^\\w{6,128}$", "sensitive": 1 }, "passthrough": { diff --git a/config/v3/new_account_virtual/send.json b/config/v3/new_account_virtual/send.json index 1c07b5ac..7a7459a0 100644 --- a/config/v3/new_account_virtual/send.json +++ b/config/v3/new_account_virtual/send.json @@ -219,7 +219,7 @@ "verification_code": { "description": "Email verification code (received from a `verify_email` call, which must be done first).", "type": "string", - "pattern": "^\\w{8,128}$" + "pattern": "^\\w{6,128}$" }, "loginid": { "description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",