We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941788c commit 47e7d40Copy full SHA for 47e7d40
config/v3/confirm_email/send.json
@@ -29,7 +29,7 @@
29
"verification_code": {
30
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
31
"type": "string",
32
- "pattern": "^\\w{6,128}$",
+ "pattern": "^\\w{8,128}$",
33
"sensitive": 1
34
},
35
"passthrough": {
config/v3/new_account_virtual/send.json
@@ -220,7 +220,7 @@
220
221
222
223
- "pattern": "^\\w{6,128}$"
+ "pattern": "^\\w{8,128}$"
224
225
"loginid": {
226
"description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",
0 commit comments