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.
@bob I hate it when they put stupid limits on passwords, always makes me wonder how shitty their system is, after all they should only be saving the encoded version and the seed so the actual password can be as long as you like with whatever characters you like.