schemas/passwordResetFinish.json in losant_rest-1.10.4 vs schemas/passwordResetFinish.json in losant_rest-1.11.0
- old
+ new
@@ -13,10 +13,10 @@
},
"password": {
"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,}$"
}
},
"required": [
"token",
"email",
\ No newline at end of file