I am crafting an application and cannot decide whether to use the terms Login/out or Logon/off. Is there a more correct option between these two? Should I use something else entirely (like "Sign on/off").
In terms of usability, as long as I am consistent it probably doesn't matter which terms I choose, but I did wonder about the origins of the terms - and whether one or another makes more grammatical sense. I also care deeply about the application I am creating, and want to take the time to investigate all aspects of its user experience.
Voice of democracy: term / number of google results:
My preferences (less popular, but many cool websites are using this convention):
I wouldn't use any of the following: Log On, Logon, Log In, Log Out
Another option is (which is by the way more popular):
Google Stats (hits):
[Sign Up] for registration link is also a good option but it does't look good near [Sign In], you should use it wether with [Login] or seporatly.
[Sign In] [Join] on a page looks more user-friendly (less official) for me than [Login] [Register]
I've always distinguished the two in this manner:
Logon - you log on to a terminal or other multi-user access DEVICE
Login - you log in to an SOFTWARE application, either for authorization or authentication
although obviously, there is a lot of overlap between the two, especially since terminals aren't so common anymore. But as you say, it probably doesn't matter much.
Several answers compare the popularity based on Google results, where Log in/out is clearly the winner. I don't think this should be used as a guide though.
Both Windows Live ID and Google Accounts (the two most used authentication systems?) use Sign in/out on their user interfaces. Interestingly, both use Login on their URLs (
https://login.live.com/login.srf
,https://www.google.com/accounts/ServiceLogin
).My conclusion is that Log in/out are more popular amongst developers for historical reasons (they are used in framework APIs, etc.), and for that they continue to use it (e.g. this very site, stackoverflow.com), but end users are probably more familiar with Sign in/out.
Same with Yahoo and AOL, Sign in/out on user interfaces, Login on URLs (
https://login.yahoo.com/config/login_verify2
,https://my.screenname.aol.com/_cqr/login/login.psp
).I think all of these have their origins in handwritten logs of users who are accessing early systems. They are all semantically equivalent and users will likely understand them equally. I think it comes down to preference. Just pick one and use it consistently.
Here is an old thread about this problem: "Logon vs Login" Personally I think that you should use terminology your users are most familiar with. For Windows platform "logon" seems to be a common term.
Interesting fact: Google yields 2.040.000.000 results for "login" and 27.400.000 for "logon".