Revealing user names (As in "you are trying to log in as Luke") is usually considered a security issue, though.
New Approaches To Designing Log-In Forms
11–20 of 29 posts
Re: New Approaches To Designing Log-In Forms
#12Revealing user names (As in "you are trying to log in as Luke") is usually considered a security issue, though.
This was my first thought as well. I thought it was bad when it just verified that you had used a correct username after attempting to log in, then I kept reading and saw the auto-complete combobox of usernames...
Re: New Approaches To Designing Log-In Forms
#13Revealing user names (As in "you are trying to log in as Luke") is usually considered a security issue, though.
This was my first thought as well. I thought it was bad when it just verified that you had used a correct username after attempting to log in, then I kept reading and saw the auto-complete combobox of usernames...
Re: New Approaches To Designing Log-In Forms
#14I was always under the impression that security trumps user-experience in the majority of cases - what happened to trying to prevent malicious users from harvesting user names by using captcha, non-specific error messages etc? Maybe I've had my head buried in the security game for too long...
Re: New Approaches To Designing Log-In Forms
#15Revealing 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
#16Earlier quoted context omitted.
This was my first thought as well. I thought it was bad when it just verified that you had used a correct username after attempting to log in, then I kept reading and saw the auto-complete combobox of usernames...
My first thought was: what about duplicate names?
Re: New Approaches To Designing Log-In Forms
#17Revealing 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
#18Revealing 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
#19I was always under the impression that security trumps user-experience in the majority of cases - what happened to trying to prevent malicious users from harvesting user names by using captcha, non-specific error messages etc? Maybe I've had my head buried in the security game for too long...
Security should trump UX. In practice, though, UX almost always seems to trump security concerns.
Yes and no. Of course security is important, but no realistic system is ever known to be completely secure, so it's always a cost/benefit question.
If you take security far enough that your system ceases to be useful, then UX certainly won't matter, because you won't have any users.
More commonly, if you make security checks too disruptive, it can be counter-productive because users will start to circumvent the system. Consider all the stories you've heard of someone changing their "updated monthly" password by just adding the next number on the end, or writing the PIN for their credit card on a bit of paper they keep in their wallet, or having a note of their network password taped inside their desk draw. Or just be the guy at Microsoft who invented UAC in Vista. ;-)