Answer the question
In order to leave comments, you need to log in
Email vs Login?
Let's say some kind of web service is being written. How do you think it is better to make authorization on it: by email address or login?
Answer the question
In order to leave comments, you need to log in
Authorization through both (e-mail and login).
And it’s better to do the display depending on the service: if a social network or social components are available, then it’s better to show the login, and if for internal use (the login won’t light up anywhere), then it’s better to leave only the e-mail, it makes no sense to add the login
I would prefer email.
Not everyone has a number of boxes> 1, so it's easier to remember.
Yes, and obviously it will not be "Your login is busy, try another one."
It really depends on the service and its users. Somewhere it even makes sense to limit yourself to authorization through social networks. Email is more convenient, but if the service provides / stores some important user information, then you need to consider that email can be lost.
IMHO, e-mail is better, but if you show a nickname, then it must also be unique, i.e. essentially the same login.
Usually I do 3 fields: Email*, Name (display name, full name, nickname) and Password*
Depends on the audience. If you connect clients from offline, it will be more difficult for them to receive mail somewhere, so that later they can log in specifically to you. In addition, there is a temptation to use anti-spam services. The latter can be filtered out, but why strain the client?
So it’s better to study the habits of users or, in a universal plan, login-password + social networks and other openID
E-mail should be used when the uniqueness of usernames on the site is not important to you.
email for verification, confirmation, notification, etc.
login = nickname after login by email
email + login + phone and let the user choose what is more convenient for him
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question