diff --git a/config/v3/new_account_virtual/send.json b/config/v3/new_account_virtual/send.json index d39f0c0b..1c07b5ac 100644 --- a/config/v3/new_account_virtual/send.json +++ b/config/v3/new_account_virtual/send.json @@ -17,9 +17,9 @@ ] }, "affiliate_token": { - "description": "[Optional] Affiliate token, within 32 characters.", + "description": "[Optional] Affiliate token, within 100 characters.", "type": "string", - "pattern": "^[\\w-]{0,32}$" + "pattern": "^[\\w-]{0,100}$" }, "client_password": { "description": "Password (Accepts any printable ASCII character. Must be within 8-25 characters, and include numbers, lowercase and uppercase letters. Must not be the same as the user's email address).",