What do you prefer, authentication using e-mail or username

Browser based open source cross platform solution for easily playing customizable card games online vs other players. Lead dev: knitter

Authentication using e-mail or username

Poll ended at Sun Nov 20, 2011 17:02

Use e-mail
1
25%
Use username
3
75%
 
Total votes: 4
Knitter
developer
Posts:87
Joined:Mon Jan 17, 2011 11:26
Location:Leiria, Portugal
Contact:
What do you prefer, authentication using e-mail or username

Post by Knitter » Sun Nov 13, 2011 17:02

Now that the mighty forum is alive :), a poll for everyone.

Currently Sandscape uses the e-mail and password for authentication but it was mentioned that that's not a natural or common option and that, instead, authentication should be made using the username and password combination.

I have absolutely no preference and would like to solve it with some votes, so please vote away.

Regards,

Knitter
Rejoice! For very bad things are about to happen.
User avatar
snowdrop
developer
Posts:798
Joined:Mon Feb 01, 2010 15:25
Location:Sweden
Contact:

Re: What do you prefer, authentication using e-mail or usern

Post by snowdrop » Sun Nov 13, 2011 20:45

Forum has too small amount of users, and one might question what popularity really means anyways.

What's more interesting is how one would argue for/against each option... I know people used to logi with their emails like i the 90's and it may get some popularity given FB and some other have adopted it, but I can't figure out a good reason for why one would do it since the person - in our case - would still need/want to also setup a nickname as a username in the preferences to NOT display the email in public as a username. Many times people also have their real names as email, and it would make it an even worse idea to use it then.
User avatar
Q_x
developer
Posts:334
Joined:Thu Sep 23, 2010 15:10

Re: What do you prefer, authentication using e-mail or usern

Post by Q_x » Mon Nov 14, 2011 09:18

One can still use his e-mil as an username.
Also OpenID. Non-registered approach might work best, like IRC has - optional registration that is. Plenty of options there are, not just two. We might even use IRC servers on their own, if there will be any troubles when writing servers.
I'm the filthy bastard you wish you never met.
Knitter
developer
Posts:87
Joined:Mon Jan 17, 2011 11:26
Location:Leiria, Portugal
Contact:

Re: What do you prefer, authentication using e-mail or usern

Post by Knitter » Mon Nov 14, 2011 11:06

I know that the forum has a small number of registered users, and even a smaller one of active users, but the issue was raised and I feel that, thought small as it may be, it's something that is worth asking. I'm not developing this for myself :)

Currently, the name is just a display name, it is used for nothing else then to show a friendlier name in the interface, what identifies a user, beyond the ID, is the user's e-mail and password combination.

The poll will run for about 6 more days an I'll update the trac issue with the result.

Regards,

Knitter
Rejoice! For very bad things are about to happen.
User avatar
snowdrop
developer
Posts:798
Joined:Mon Feb 01, 2010 15:25
Location:Sweden
Contact:

Re: What do you prefer, authentication using e-mail or usern

Post by snowdrop » Mon Nov 14, 2011 21:35

Today I actually came across one single useful thing with having e-mail based login - you won't forget it. lol. Else people are forced to use bullshit nicknames sometimes, like Nick627 or Anna__, which are both just varaitions of their real nicknames Nick / Anna. If each and every site they register on forces them to use variations they will easily forget where they used each variation. Then again, that's mostly a result of their poor imagination: My "real" nick has never been taken, ever anywhere. I've used it for like 10 years now and it is both short, readable and lacks numbers and other foonky signs (and no, obviously not it's not "snowdrop").

What's interesting here is that the user has to fill in both types of info no matter what: Email will be needed for automated password recovery etc, username to have something short and nicely formatted, usable in client.

Qx has a point that the user could choose to use her email as username, but, that would result in very ugly looking usernames inside the client.
User avatar
xarn
Posts:101
Joined:Thu Oct 13, 2011 11:50

Re: What do you prefer, authentication using e-mail or usern

Post by xarn » Mon Nov 14, 2011 23:43

I personally don't care, both are Ok.
aspidites
Posts:101
Joined:Mon Apr 11, 2011 22:39

Re: What do you prefer, authentication using e-mail or usern

Post by aspidites » Tue Nov 15, 2011 02:58

Why not just do like other websites do and allow either?

That is, usernames and emails must be unique and are matched against a password.
User avatar
xarn
Posts:101
Joined:Thu Oct 13, 2011 11:50

Re: What do you prefer, authentication using e-mail or usern

Post by xarn » Tue Nov 15, 2011 09:11

+1
This last proposal sounds the best to me, and is straightforward.

I also like the idea of non-registered accounts but this may add some difficulties.
Knitter
developer
Posts:87
Joined:Mon Jan 17, 2011 11:26
Location:Leiria, Portugal
Contact:

Re: What do you prefer, authentication using e-mail or usern

Post by Knitter » Tue Nov 15, 2011 16:06

That could be a good compromise, allowing for both the username and the e-mail is an easy change.

As for playing without registration, I've thought about it briefly but since decks, games and stats need some user identification I don't think it could be done, at least there would need to be some sort of unique ID to identify users that want to be featured in stats.

I will add the idea of anonymous play to the tracker so that it's not lost.
Rejoice! For very bad things are about to happen.
aspidites
Posts:101
Joined:Mon Apr 11, 2011 22:39

Re: What do you prefer, authentication using e-mail or usern

Post by aspidites » Tue Nov 15, 2011 22:28

Well, its not an elegant solution, but perhaps you could just generate a pseudo-UID for anonymous log in?

http://stackoverflow.com/questions/1050 ... javascript
Post Reply