Assuming the answer to that is yes, it a good idea to force users to choose a password, or would that be inconvenient?
Should I require username at login?
1–7 of 7 posts
Re: Should I require username at login?
#2Re: Should I require username at login?
#3Re: Should I require username at login?
#4Personally I don't mind if you generate a random password for me, but either way works.
Re: Should I require username at login?
#5Besides, what are you going to do if you get dupes? "Sorry, that password is already in use"?
Re: Should I require username at login?
#6The number of people who pick '12345' or 'password' is astronomical. And forcing them to remember a "strict" password is more detrimental to the user experience than just having a user/password combination. Besides, what are you going to do if you get dupes? "Sorry, that password is already in use"?
Re: Should I require username at login?
#7If you need to allow identification of users, you'll probably want some sort of username. And adding a username later will be harder than putting one in now. Also, any deviation from what the users expect/are accustomed to (i.e. username/password) will lead to user confusion. I would just go with the standard username/password login. Personally I don't mind if you generate a random password for me, but either way wor…