Ask HN: How many times do users mistype their password on a registration form?
https://news.ycombinator.com/item?id=528641So in almost all registration forms users have to enter their password twice. Does anyone have any data on how many times users type different strings into the two fields? Id like to make my registration form only user-password-email and not user-password-passwordAgain-email to save my users some time.
I have only gotten the "passwords do not match" error a very few times, so I can assume that maybe 90%+ of the time users enter their password correctly the first time. For the 10% that don't, you can just hope that they entered their email correctly, and then just send their pass to their email. If they mistyped their pass and their email, than there is a problem...