New Approaches To Designing Log-In Forms
uxdesign.smashingmagazine.com
New Approaches To Designing Log-In Forms
1–10 of 29 posts
Re: New Approaches To Designing Log-In Forms
#2Re: New Approaches To Designing Log-In Forms
#3Re: New Approaches To Designing Log-In Forms
#4Re: New Approaches To Designing Log-In Forms
#5Revealing user names (As in "you are trying to log in as Luke") is usually considered a security issue, though.
Re: New Approaches To Designing Log-In Forms
#6Re: New Approaches To Designing Log-In Forms
#7Re: New Approaches To Designing Log-In Forms
#8Tada! Instant email scraping tool.
Re: New Approaches To Designing Log-In Forms
#9Your email is the weakest link in a lot of password-based schemes anyways, but this approach is less secure and a bit confusing.
Re: New Approaches To Designing Log-In Forms
#10So for the Quora login form that determines whether someone's email address has already registered on the system... What's to stop me from: - looking at the source code, - finding the JavaScript call to the REST service that checks for an account - writing a script to loop through all well-known domains and usernames? Tada! Instant email scraping tool.
It reminds me of the time when a former boss asked me to add authentication onto the company intranet. She wanted to know who is logging in and viewing private documents, but she didn't like typing in or remembering passwords so I could only ask users for their username and "trust" that they wouldn't type in someone else's username instead. For some (probably most) users, security isn't on the forefront of their mind, so they need to be reminded of it.