schemas/mePatch.json in losant_rest-1.10.4 vs schemas/mePatch.json in losant_rest-1.11.0
- old
+ new
@@ -39,10 +39,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,}$"
},
"tokenCutoff": {
"type": "string",
"format": "date-time"
}
\ No newline at end of file