Login/Logout vs Sign In/Sign Out vs Log in/Sign out – A short roundup

All web developers at one point or another have to label a login button. A link that takes the user to a screen where they can authenticate themselves, but there doesn’t seem to be any clear concensus as to what to call the “authenticate” and “deauthenticate” functions or even how to write them.

Here are how some of the most popular sites took on this matter:
Notice not only the wording, but also the differences in upper and lower case notations.

NameCreate sessionDestroy sessionPath
LinkedInSign InSign Out/login
MSN/Hotmailsign insign out/login.sfr
GoogleSign inSign out/Login
MySpacesign inSign Out/index.cfm
YouTubeSign InSign Out/login
flickrSign InSign Out
FacebookLogout/login.php
TwitterSign inSign out/login
Last.fmLog inLog out/login
WikipediaLog inlog out/w/index.php?title=Special:UserLogin
AmazonSign InSign Out/gp/yourstore?ie=UTF8&ref_=pd_irl_gw&signIn=1
eBaySign inSign out/ws/eBayISAPI.dll?SignIn&ru=http://www.ebay.com/
PayPalLog InLog Out/cgi-bin/webscr?cmd=_login-run

Side notes:

  • Twitter is the only one in the list that uses the Login / Sign out combination Twitter has changed its wording to Sign in/Sign out
  • Facebook doesn’t seem to have a dedicated Login button that goes to a login screen
  • flickr does have a login button, but it uses Yahoo for authentication

Update:
Just an observation, but the more casual the site, the more likely it’s going to use Sign in/Sign out. The paradigm of a visitor making an announcement of presence to a casual gathering of people. More formal sites tend to want you to Log in and Log out. The wording suggests the clocking in for work; The paradigm of a person with an accredited level of authentication accessing a secure terminal and leaving a record of that visit in a log.

Related Posts

Posted by Tanin on June 25, 2009 in Coding

Tags: