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条回答
Root(大扎)
2楼-- · 2019-01-29 15:23

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.

查看更多
冷血范
3楼-- · 2019-01-29 15:25

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

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

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.

查看更多
对你真心纯属浪费
5楼-- · 2019-01-29 15:27

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.

查看更多
贪生不怕死
7楼-- · 2019-01-29 15:28

I think is better to use sign in, sign out, because itcan be used with sign up(means register). But doesnt exist log up.

查看更多
登录 后发表回答