when the regex cant handle your secure password.
`data-val-regex-pattern="^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_@$<>%#*.,:;\-!?&|])[A-Za-z\d_@$<>%#*.,:;\-!?&|]{12,}$"`
i suppose i should create a les secure one then
the password which failed that regex was `bY<7=h1{fk(WtL#4YPy,Q&7Wd2M?eknf`
@bob the curly brace was the problem?
@pseudomonas possibly.