Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 End user  





2 User account  



2.1  Password storage  





2.2  Username format  







3 Terminology  





4 See also  





5 Notes  





6 References  














User (computing)






العربية
Azərbaycanca

Български
Català
Čeština
Dansk
الدارجة
Deutsch
Eesti
Ελληνικά
Español
Esperanto
Euskara
فارسی
Français
گیلکی

ि
Bahasa Indonesia
עברית
Қазақша
Кыргызча
Lëtzebuergesch
Magyar
Македонски

مازِرونی
Bahasa Melayu

Олык марий
Oʻzbekcha / ўзбекча
Polski
Português
Română
Runa Simi
Русский

Simple English
Slovenčina
کوردی
Suomi
ி
Türkçe
Türkmençe
Українська
Tiếng Vit
ייִדיש


Betawi
 

Edit links
 









Article
Talk
 

















Read
View source
View history
 








Tools
   


Actions  



Read
View source
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 





Page semi-protected

From Wikipedia, the free encyclopedia
 

(Redirected from User account)

Within a computer programorwebsite, a user is often represented by an abstract icon of a person.

Auser is a person who utilizes a computerornetwork service. A user often has a user account and is identified to the system by a username (oruser name).[a] Some software products provide services to other systems and have no direct end users.

End user

End users are the ultimate human users (also referred to as operators) of a software product. The end user stands in contrast to users who support or maintain the product such as sysops, database administrators and computer technicians. The term is used to abstract and distinguish those who only use the software from the developers of the system, who enhance the software for end users.[1]Inuser-centered design, it also distinguishes the software operator from the client who pays for its development and other stakeholders who may not directly use the software, but help establish its requirements.[2][3] This abstraction is primarily useful in designing the user interface, and refers to a relevant subset of characteristics that most expected users would have in common.

In user-centered design, personas are created to represent the types of users. It is sometimes specified for each persona which types of user interfaces it is comfortable with (due to previous experience or the interface's inherent simplicity), and what technical expertise and degree of knowledge it has in specific fields or disciplines. When few constraints are imposed on the end-user category, especially when designing programs for use by the general public, it is common practice to expect minimal technical expertise or previous training in end users.[4]

The end-user development discipline blurs the typical distinction between users and developers. It designates activities or techniques in which people who are not professional developers create automated behavior and complex data objects without significant knowledge of a programming language.

Systems whose actor is another system or a software agent have no direct end users.

User account

A user's account allows a user to authenticate to a system and potentially to receive authorizationtoaccess resources provided by or connected to that system; however, authentication does not imply authorization. To log into an account, a user is typically required to authenticate oneself with a password or other credentials for the purposes of accounting, security, logging, and resource management.

Once the user has logged on, the operating system will often use an identifier such as an integer to refer to them, rather than their username, through a process known as identity correlation. In Unix systems, the username is correlated with a user identifieroruser ID.

Computer systems operate in one of two types based on what kind of users they have:

Each user account on a multi-user system typically has a home directory, in which to store files pertaining exclusively to that user's activities, which is protected from access by other users (though a system administrator may have access). User accounts often contain a public user profile, which contains basic information provided by the account's owner. The files stored in the home directory (and all other directories in the system) have file system permissions which are inspected by the operating system to determine which users are granted access to read or execute a file, or to store a new file in that directory.

While systems expect most user accounts to be used by only a single person, many systems have a special account intended to allow anyone to use the system, such as the username "anonymous" for anonymous FTP and the username "guest" for a guest account.

Password storage

OnUnix systems, local user accounts are stored in the file /etc/passwd, while user passwords may be stored at /etc/shadow in its hashed form.[5]

OnMicrosoft Windows, user passwords can be managed within the Credential Manager program.[6][better source needed] The passwords are located in the Windows profile directory.[7]

Username format

Various computer operating-systems and applications expect/enforce different rules for the format.

InMicrosoft Windows environments, for example, note the potential use of:[8]

Terminology

Some usability professionals have expressed their dislike of the term "user" and have proposed changing it.[9] Don Norman stated that "One of the horrible words we use is 'users'. I am on a crusade to get rid of the word 'users'. I would prefer to call them 'people'."[10]

The term "user" may imply lack of the technical expertise required to fully understand how computer systems and software products work.[11] Power users use advanced features of programs, though they are not necessarily capable of computer programming and system administration.[12][13]

See also

  • Anonymous post
  • Prosumer
  • Pseudonym
  • End-user computing, systems in which non-programmers can create working applications.
  • End-user database, a collection of data developed by individual end-users.
  • End-user development, a technique that allows people who are not professional developers to perform programming tasks, i.e. to create or modify software.
  • End-user license agreement (EULA), a contract between a supplier of software and its purchaser, granting the right to use it.
  • Luser
  • Namechk
  • Nickname
  • Registered user
  • User error
  • User agent
  • User experience
  • User space
  • Notes

    1. ^ Other terms for username include login name, screenname (orscreen name), account name, nickname (ornick) and handle, which is derived from the identical citizens band radio term.[citation needed]

    References

    1. ^ Ko, Andrew J.; Abraham, Robin; Beckwith, Laura; Blackwell, Alan; Burnett, Margaret; Erwig, Martin; Scaffidi, Chris; Lawrance, Joseph; Lieberman, Henry; Myers, Brad; Rosson, Mary Beth; Rothermel, Gregg; Shaw, Mary; Wiedenbeck, Susan (April 2011). "The State of the Art in End-User Software Engineering" (PDF). ACM Computing Surveys. 43 (3): 1–44. doi:10.1145/1922649.1922658. S2CID 9435548. Archived (PDF) from the original on 1 April 2011.
  • ^ "Understanding Organizational Stakeholders for Design Success". 2004-05-06. Retrieved 2016-08-31.
  • ^ Rigsbee, Sarah, and William B. Fitzpatrick. "User-Centered Design: A Case Study on Its Application to the Tactical Tomahawk Weapons Control System. Archived 2017-10-14 at the Wayback Machine"Johns Hopkins APL Technical Digest 31.1 (2012): 76–82.
  • ^ "What is end user?". September 1996. Retrieved November 7, 2010.
  • ^ "What is /etc/passwd and /etc/shadow files". 7 March 2021.
  • ^ "[Solved] Where Are Passwords Stored in Windows 10/11".
  • ^ "Password Storage Locations For Popular Windows Applications".
  • ^ "User Name Formats". MSDN. Developer technologies. Microsoft. Retrieved 2016-01-11. The down-level logon name format is used to specify a domain and a user account in that domain [...].
  • ^ Don Norman (17 November 2008). "Words Matter. Talk About People: Not Customers, Not Consumers, Not Users".
  • ^ "Don Norman at UX Week 2008 © Adaptive Path". YouTube. Archived from the original on 2021-12-21. Retrieved 8 November 2010.
  • ^ Jargon File entry for "User". Retrieved November 7, 2010.
  • ^ "Power Users' Guide". SAP Help Portal. Archived from the original on Jun 27, 2015. Retrieved 2015-01-14.
  • ^ Chen, Raymond (Feb 2012). "Windows Confidential: Power to the Power User". Microsoft. Archived from the original on Apr 4, 2015. Retrieved 2015-01-14.

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=User_(computing)&oldid=1225400527"

    Categories: 
    Computing terminology
    Identity management
    Consumer
    Hidden categories: 
    All articles with unsourced statements
    Articles with unsourced statements from December 2023
    Webarchive template wayback links
    Articles with short description
    Short description matches Wikidata
    Wikipedia pages semi-protected against vandalism
    All articles lacking reliable references
    Articles lacking reliable references from April 2024
    Articles with NKC identifiers
     



    This page was last edited on 24 May 2024, at 06:32 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki