User or account or person or what? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T16:31:46Zhttp://stackoverflow.com/feeds/question/139521http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/139521/user-or-account-or-person-or-what0User or account or person or what?Bill Turner2008-09-26T13:31:36Z2009-05-26T02:09:44Z
<p>Here on Stack Overflow, you're a "user." On <a href="http://43things.com/" rel="nofollow">43things.com</a> you're a "person." On other sites, you're an "account." And then some web apps skip the usage of this kind of signifier, and it's just <a href="http://webapp.com/yourusername" rel="nofollow">http://webapp.com/yourusername</a></p>
<p>Do you think that these signifiers imply anything at all? Do you prefer one over the other? </p>
<p>In building an application, I often come to this step in the process and stumble on whether to call users of the application a "user" or a "person" or an "account." I'm sure there are other examples, but these are the ones I come across most often. I'm curious what others think when coming to building the user management functions of their applications. I think most default to using "user," but do you put any thought into why?</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/139536#1395364Answer by Adam Bellaire for User or account or person or what?Adam Bellaire2008-09-26T13:34:17Z2008-09-26T13:34:17Z<p><strong>Person</strong> implies that there is a 1:1 correspondence with a real human being. <strong>Account</strong> doesn't necessarily imply this (e.g. service accounts), and neither does <strong>User</strong>, strictly speaking. For example, here on SO there is a "Community" user who is obviously not a real person. It wouldn't make sense to call this the "Community person".</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/139540#1395400Answer by MattW. for User or account or person or what?MattW.2008-09-26T13:35:01Z2008-09-26T13:35:01Z<p>"Account" implies there could be several users for it. Using just / is appropriate if the user is the central part of your application, i. e. a social network like facebook. I'd use "user" for real users, people that can actually login etc. and "person" if you're just managing people, like a search engine for people.</p>
<p><strong>Edit:</strong> In the grand scale of the universe, it really doesn't matter.</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/139544#1395444Answer by Eran Galperin for User or account or person or what?Eran Galperin2008-09-26T13:35:46Z2008-09-26T13:35:46Z<p>This semantic is contextual. In a community site, you are often a 'member', on a paid service you have an 'account'. 'User' is the generic default. You should choose a moniker that best describes what is the role of the 'user' in your application.</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/139550#1395500Answer by Brian Knoblauch for User or account or person or what?Brian Knoblauch2008-09-26T13:37:55Z2008-09-26T13:37:55Z<p>While they all mean roughly the same to us techies, regular "users" like to be considered "members" rather than accounts/users. It's a friendlier face. If you're public facing, call them members to give them the warm fuzzy feeling that non-techs seem to crave. :)</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/139559#1395591Answer by phjr for User or account or person or what?phjr2008-09-26T13:39:11Z2008-09-26T13:39:11Z<p><strong>I prefer to be a user.</strong> Account is also quite standard name for the thing. Person seems cumbersome to me. I am a person anyway, registering at given service does not change it.</p>
<p>I wouldn't discuss about subtle differences between the names. Use what is <strong>most common</strong>, most standard. This will be more <strong>user-friendly,</strong> since less surprises are more friendly.</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/139561#1395611Answer by Treb for User or account or person or what?Treb2008-09-26T13:40:04Z2008-09-26T13:40:04Z<p>Depends on your target audience and what kind of application you are building:</p>
<ul>
<li>For community webistes, <em>persons</em> would be my first choice.</li>
<li>For a developer community site (like this one), definitely <em>user</em> ;-)</li>
<li>For banking applications, <em>account</em> seems the most logical choice</li>
</ul>
<p>etc...</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/139563#1395632Answer by Learning for User or account or person or what?Learning2008-09-26T13:40:17Z2008-09-26T13:40:17Z<p>I'm not sure user and account are interchangable. For example , I could be "user" on StackOverflow without having an "account". Though if I had an account , I would have more facilities as a user. </p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/908627#9086270Answer by Jeffrey Kemp for User or account or person or what?Jeffrey Kemp2009-05-26T01:55:29Z2009-05-26T01:55:29Z<p>I had a similar problem when designing a small site for members of a sporting team. I had two types of accounts that I needed to track - someone could apply to be a member of the team (i.e. to be a player), or they could just apply to have a login for the site, so they could keep track of the players (i.e. without being a player themselves). In the end I decided to call them "logins" and "players". So someone can create a "login" for themselves, then after they login they can create "players". Each "login" then could be linked to multiple "players".</p>
<p>As has been said several times, what you call it should make sense to your particular audience - and this will usually be what is the most common usage out there in internet-land.</p>
http://stackoverflow.com/questions/139521/user-or-account-or-person-or-what/908655#9086550Answer by Rob for User or account or person or what?Rob2009-05-26T02:09:44Z2009-05-26T02:09:44Z<p>Abusers!</p>
<p><em>Shuffles off...</em></p>