From 7b62215186939d9677c4a142b7a6a29af45fa7f9 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 29 Jul 2024 01:30:36 +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 527137fe5..1c82090d0 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{6,128}$", + "pattern": "^\\w{8,128}$", "sensitive": 1 }, "passthrough": { diff --git a/config/v3/new_account_virtual/send.json b/config/v3/new_account_virtual/send.json index 7a7459a06..1c07b5ac2 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{6,128}$" + "pattern": "^\\w{8,128}$" }, "loginid": { "description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",