Password strength

I can easily set a minimum length for passwords but is there a way to also ensure it also has a number and a special character?

1 Like

Regex?

I thought of regex but then it would have to be in a specific pattern wouldn’t it?

Not really. It could be set to check that from a set of special characters, any/at-least one should be present. This should help.

1 Like

Thanks Sid! I will have a look at that and give it a try.

Remember this. And ask a new question in case you don’t find the regex you’re looking for. :stuck_out_tongue:

2 Likes