Should I require username at login?
I'm putting together my first website, and I'm wondering if I should bother asking for a username at login. If the password is long enough, won't that be just as difficult to geuss randomly as a shorter username and password?<p>Assuming the answer to that is yes, it a good idea to force users to choose a password, or would that be inconvenient?
6 comments
[ 3.4 ms ] story [ 20.7 ms ] threadPersonally I don't mind if you generate a random password for me, but either way works.
Besides, what are you going to do if you get dupes? "Sorry, that password is already in use"?