Hello,
Mockaroo is really great, we’re using it a lot.
In our case, we’d like passwords to be generated that satisfy some simple requirements. Namely they must be at least 8 characters, and have a lowercase letter, uppercase letter, and a digit.
Is there an easy way to do this? Right now, we’re getting passwords less than 8 characters (I believe the default is 6-12 characters) and thus invalid for our system.
Thanks!