Confirming Passwords Is Annoying: Is There a Better Way?
1–10 of 15 posts
Re: Confirming Passwords Is Annoying: Is There a Better Way?
#2Re: Confirming Passwords Is Annoying: Is There a Better Way?
#3Edited to add: Context for why that number is so low: The vast majority of my trial users are up-or-out within 3 days, and since I default to setting a 2 week "remember me" cookie, typically only my most interested users ever have to type their password ever again.
By the way, you would be astonished how many users I have think they cannot type their school email address from their home computer and vice versa.
Re: Confirming Passwords Is Annoying: Is There a Better Way?
#4http://foxxtrot.github.com/Chroma-Hash/
However, I don't see how it's more effective than a callout or alert noting "these don't match" ... just less annoying and way sexier.
Re: Confirming Passwords Is Annoying: Is There a Better Way?
#5If, first, we could rid the world of the many many sites out there that actually make you type your email or username twice, the world would be vastly improved. Not that the article isn't interesting.
Re: Confirming Passwords Is Annoying: Is There a Better Way?
#6Re: Confirming Passwords Is Annoying: Is There a Better Way?
#7If, first, we could rid the world of the many many sites out there that actually make you type your email or username twice, the world would be vastly improved. Not that the article isn't interesting.
That's what I thought, but on my site, I'd say about 5% of people make a typo on their email address. Now I am probably going to join the "confirm email" club.
Also, are the typos you've seen more often in the LHS or the RHS (of the @) in the email address? The RHS is relatively easy to spot check, by doing an MX and A DNS lookup to see if the domain exists -- you'll check actual delivery later. I've found this to be more robust than regular expressions that attempt to "validate" email addresses (see HN postings from earlier today) and assume a fixed size on the RHS, and are often overly aggressive in trying to detect "illegal" characters on the LHS, like +, which is not actually an illegal character.
Re: Confirming Passwords Is Annoying: Is There a Better Way?
#8Ripped shamelessly from the comments on the post, I thought this was pretty neat: http://foxxtrot.github.com/Chroma-Hash/ However, I don't see how it's more effective than a callout or alert noting "these don't match" ... just less annoying and way sexier.
http://www.coderjournal.com/2008/02/lotus-notes-aol-corporat...
Re: Confirming Passwords Is Annoying: Is There a Better Way?
#9Don't ask for confirmation.
Solved.
(The ####### protects against someone peeking over their shoulder the exact instant they register, who wants to steal their password. It's not really very plausible and certainly not worth the hassle.)
Re: Confirming Passwords Is Annoying: Is There a Better Way?
#10Some friction is necessary -- if you make it too easy the user won't be sure of what they're doing.