Tagged Questions
4
votes
5answers
148 views
Is it ok to require users to have a third party login account?
For a web app I'm developing I was dreading having to
Require users to create yet another account / password to keep in mind
Handle retrieval of lost passwords, etc.
What many sites (like this one ...
1
vote
3answers
133 views
Should (and how should I) I use email addresses for login without validating them?
So that users don't have to remember a username, my webapp doesn't ask users to enter one (accounts are private and there are no profiles or user-generated content). However, I would also prefer not ...
2
votes
2answers
124 views
implementing user account without alias?
We have an educational project ranging from 17 year-old students to 27 year-old students in which we need to have a registration process in place. I recommended not to use any alias for the username ...
8
votes
2answers
422 views
How do you prevent users from getting confused with multiple login options?
I came across this question in a closed LinkedIn group. I think it's a great one and since it's hidden from search engines, I decided to bring it to the outside world.
Some users don't visit your ...
8
votes
1answer
224 views
How should multiple services be integrated for one user?
The proposed Netflix Split into two separate companies with two separate websites got me thinking about how to distribute a service when multiple functional or legal entities are involved. In ...