UI Terminology: Logon vs Login

User InterfaceTerminology

User Interface Problem Overview


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.

User Interface Solutions


Solution 1 - User Interface

Since you're looking for correctness,

login, logout, logon, and logoff are all nouns:

"Please enter your login credentials."
"I see three logons but only two logoffs from this user."

The corresponding verbs are each two words:

"Please log in to see your reputation."
"You must log off and talk to a human."

Update: according to dictionary.com, the various definitions of login are all nouns and involve gaining access to a computer or computer service. Interestingly, logon redirects to login as an exact equivalent. Have the definitions evolved?

Solution 2 - User Interface

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

Solution 3 - User Interface

Logon is used for a hardware system that starts up when used, like a computer.

Login is used for a software system where I have to enter my username and password.

Signin is used for identification, either physical such as a photo ID, or digital such as OpenID. What differs here from login is that in the case of an ID, I can use the same ID to access multiple sites, buildings, etc.

Edit 1: I should've added a disclaimer that I have no sources and make no guarantee that these are the official usage of the words. The definitions I'm offering about are based on my personal understanding of the usage, and are purely opinion.

Solution 4 - User Interface

Solution 5 - User Interface

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]

Solution 6 - User Interface

Microsoft's framework design guidelines recommmend using "LogOn" rather than "LogIn" but "SignIn" rather than "SignOn" (see rule CA1726 from FxCop's code analysis). Granted this is talking about framework/API naming conventions, but it's worth putting out there for people to consider.

Solution 7 - User Interface

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.

Solution 8 - User Interface

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

Solution 9 - User Interface

I have to say, that I looked into that Q and usually: Login, Logon, Logoff or Log in, Log on, Log off are used in applied applications.

Such verbs & nouns like Sign in, Join, Sign out, Sign up are more used in web applications, but as it was said earlier it all comes down to personal preference...

Solution 10 - User Interface

If only all problems were so easy to solve as trying to decide which grammar is "more correct". I think this is one of those that comes down to personal preference...

I personally prefer Login/Logout, but I know lots of software that uses Logon/Logoff.

Solution 11 - User Interface

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

Solution 12 - User Interface

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBrad LeachView Question on Stackoverflow
Solution 1 - User InterfaceAdam LissView Answer on Stackoverflow
Solution 2 - User InterfaceSilver DragonView Answer on Stackoverflow
Solution 3 - User InterfaceRipta PasayView Answer on Stackoverflow
Solution 4 - User InterfaceJeremyWeirView Answer on Stackoverflow
Solution 5 - User InterfaceKonstantin TarkusView Answer on Stackoverflow
Solution 6 - User InterfaceMatt HamiltonView Answer on Stackoverflow
Solution 7 - User InterfaceMichael BrayView Answer on Stackoverflow
Solution 8 - User InterfaceakuView Answer on Stackoverflow
Solution 9 - User InterfaceEugeneView Answer on Stackoverflow
Solution 10 - User InterfaceBenAlabasterView Answer on Stackoverflow
Solution 11 - User InterfaceMax ToroView Answer on Stackoverflow
Solution 12 - User InterfacetvanfossonView Answer on Stackoverflow