What are the pros and cons of using an email address as a user id?

前端 未结 15 1429
离开以前
离开以前 2021-01-29 20:15

I\'m creating a web app that requires registration/authentication, and I\'m considering using an email address as the sole user id. Here are what I see as the pros and cons (upd

15条回答
  •  日久生厌
    2021-01-29 20:37

    One con might be that if it's an email address the login can be guessed by people and brute force attacks attempted. Which is not really a big issue, since on most sites today the logins are publicly displayed.

    The biggest pro is that logins are easier to remember this way.

提交回复
热议问题