1
vote
2answers
144 views

What information to gather when registering users

We all know that it's really important for an impatient SaaS user to not make them spend too much time filling forms. Having said that there maybe some important fields that needs to be gathered ...
11
votes
9answers
767 views

User Registration forms - user name or email address?

I would like as simple as possible a registration and login process. Should I use a username or an email address as the key identifier during the login? (Presumably the user db might also a user ...