I have a web application in which I register users based on their email id.
In terms of design / usability / flexibility, should I assign a unique number to each user or identify the user based on email?
The advantage of assigning a unique number:
- I can change the login itself at a later point without losing user data (flexibly).
Inconvenience:
- I have to deal with numbers when using sql command line (with error).
What's better? Do you see any other problems that need to be considered for any circuit?
sthiruva
source
share