schemas/changePassword.json in losant_rest-1.10.4 vs schemas/changePassword.json in losant_rest-1.11.0
- old
+ new
@@ -13,10 +13,10 @@
},
"newPassword": {
"type": "string",
"minLength": 12,
"maxLength": 2048,
- "pattern": "^(?=.*[A-Z])(?=.*[^A-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
+ "pattern": "^(?=.*[A-Z])(?=.*[^A-Za-z0-9])(?=.*[0-9])(?=.*[a-z]).{12,}$"
},
"invalidateExistingTokens": {
"type": "boolean"
},
"tokenTTL": {
\ No newline at end of file