Tag: passwords

  • Don’t vet Passwords!

    I’ve designed loads of forms in my time, some for collecting random data, some for logging in, and some for user sign up. I usually employ form validation to make sure it’s a valid email, and a valid phone number etc, but I never check the password (unless it’s for length). I myself like to…