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.

