UI Terminology: Logon vs Login [closed]

2019-01-29 14:32发布

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.

13条回答
Animai°情兽
2楼-- · 2019-01-29 15:08

Voice of democracy: term / number of google results:

login    2,020,000,000
sign in    430,000,000
logon       27,700,000
log on      18,200,000
logout      83,500,000
log out     34,500,000
sign out    19,400,000
log off      5,350,000
查看更多
贼婆χ
3楼-- · 2019-01-29 15:09

My preferences (less popular, but many cool websites are using this convention):

[Sign In] [Join]

Welcome, UserName! [Sign Out]

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):

[Login] [Register]

Welcome, UserName! [Logout]

Google Stats (hits):

[Sign In], [Sign Out] -> 1 210 000 000 + 300 700 000 = 1 510 700 000
[Login], [Logout]     -> 1 940 000 000 + 88 200 000  = 2 028 200 000
[Log In], [Log Out]   -> 873 000 000   + 83 800 000  =   956 800 000

[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]

查看更多
劳资没心,怎么记你
4楼-- · 2019-01-29 15:11

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.

查看更多
Evening l夕情丶
5楼-- · 2019-01-29 15:11

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).

查看更多
迷人小祖宗
6楼-- · 2019-01-29 15:11

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.

查看更多
孤傲高冷的网名
7楼-- · 2019-01-29 15:14

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".

查看更多
登录 后发表回答