In computer security, login (logging or signing in, also log on) is the process by which individual access to a computer system is controlled by identification of the user using credentials provided by the user. A user can log in to a system to obtain access, and then log out when the access is no longer needed.

PropertyValue
dbpedia-owl:thumbnail
dbpprop:abstract
  • In computer security, login (logging or signing in, also log on) is the process by which individual access to a computer system is controlled by identification of the user using credentials provided by the user. A user can log in to a system to obtain access, and then log out when the access is no longer needed. Note that the term log in (a verb) is two words, while login (a noun or adjective referring to the procedure, credentials, or form used) is one word; the same applies to log out and logout (also log off). To log out is to close off one's access to a computer system after previously having logged in. Logging out may be done explicitly by the user performing some action, such as entering the appropriate command, or clicking a website link labeled as such. It can also be done implicitly, such as by powering the machine off, closing a web browser window, leaving a website, or not refreshing a webpage within a defined period. In the case of web sites that use cookies to track sessions, when the user logs out, session-only cookies from that site will usually be deleted from the user's computer. In addition, the server invalidates any associations with the session, making any session-handle in the user's cookie store useless. This feature comes in handy if the user is using a public computer. As a security precaution, one should not rely on implicit means of logging out of a system, especially not on a public computer, instead one should explicitly log out and wait for the confirmation that this request has taken place. Logging out of a computer when leaving it is a common security practice, preventing unauthorized users from tampering with it. There are also people who choose to have a password-protected screensaver to activate after some time of inactivity, requiring the user to renter their login credentials to unlock the screensaver to gain access to the system.
  • Als Login bzw. Log-in wird der Vorgang bezeichnet, sich in einem Computersystem bei einem speziellen Dienst anzumelden (einzuloggen). Gewöhnlich dient der Vorgang dazu, dem System mitzuteilen, dass man nun als Benutzer anwesend ist und eine Sitzung beginnt. Das System kann dadurch Voreinstellungen für bestimmte Aktionen und die Rechte des Benutzers überprüfen. Daher wird bei einem Login auch meist noch ein Passwort abgefragt, das zur Authentifizierung dient und normalerweise nur Benutzern bekannt ist, die die entsprechenden Rechte besitzen sollen. Mit dem Logout wird dem System das Ende der Sitzung mitgeteilt. Beispiel: Eine Benutzername-Kennwort-Eingabeaufforderung in einer Konsole – wie zum Beispiel der Unix-Shell. #login: Hier wird der Benutzername eingegeben. #password: Hier erfolgt die Eingabe des Passwortes.
  • Pojem login (z anglického log in), případně sign in označuje v počítačové terminologii proces přihlášení k účtu pomocí uživatelského jména a zpravidla hesla nebo certifikátu. Ekvivalentně pojem logout, případně logoff či sign out označuje proces odhlášení.
  • En informatique, on appelle identifiants (également appelé parfois en anglais login) les informations permettant à une personne de s'identifier auprès d'un système. Il s'agit le plus souvent des informations suivantes : un nom d'utilisateur un mot de passe Les termes désignant l'opération consistant à donner ces informations au système peuvent varier selon le contexte. Ainsi on peut retrouver les termes suivants : connexion à une base de données, verbe : se connecter/se déconnecter identification, authentification, verbe : s'identifier ou « se loguer » (issu de l'anglais to log in ou to log on). On retrouve également parfois le terme « se déloguer » pour l'opération inverse. L'identifiant permet à l'administrateur d'un système ou d'un réseau informatique de limiter pour chaque usager les informations auxquelles il peut accéder, celles qu'il peut lire, celles qu'il peut modifier et celles qu'il peut copier. L'identifiant permet d'autre part de conserver la trace exacte de toutes les opérations faites par un utilisateur, ou le nom de tous ceux qui sont intervenus sur des données, et d'en éditer l'historique.
  • Login è il termine inglese più esatto per indicare la procedura di accesso ad un sistema o un'applicazione informatica. Proviene dalla contrazione di log in, entrata nel log, il registro cronologico degli eventi tipico di qualsiasi sistema informativo. Altri termini corrispondenti sono: logon, log on, signon, sign on, sign in. Il login, noto anche come procedura di autenticazione, è uno dei pilastri fondamentali della sicurezza e della riservatezza nelle applicazioni informatiche.
  • ログインとは、コンピュータの利用開始時にユーザーの身元や妥当性を識別してさまざまなリソースへのアクセスに必要な資格情報を取得するための操作のこと。一般的に、コンピュータセキュリティに関する手法や手段の一部に組み込まれている。ログオン、サインオンなどとも呼ばれる。 作業員が工場に出勤してタイムカードに時間を打刻することを英語で clock in と言うが、この用語が一般的に知られるようになるにつれ、コンピュータのシステムに対して個人を識別させることを、ログインと呼ぶようになった。コンピュータへログインすると同時に、システムの使用履歴が監査証跡(単純に監査とも呼ばれる)の記録としても残される。 一般的なシステムへのログインの方法は次の文字列を入力する。 ユーザー名 - 人物を一意に識別するために使用される短い文字列。この文字列を手がかりに、さらに本名などの情報が参照される。 パスワード - ユーザー名と一緒に提供される文字列。システムへログインするための「鍵」であり、第三者に悪用される可能性があるので他のユーザーには知られないようにする必要がある。パスワードは認証のための一手段であり、他の認証方法によって代替することができる。 しばしばこのユーザー名とパスワードが、コンピュータシステム、コンピュータネットワーク、またはドメインへアクセスするためにも利用される。 英語では、現在利用中のユーザーのグループを指して logins と呼び、システムの利用を開始する動作を log in または log on と呼んで使い分けている。 ログイン処理に伴って、ユーザー固有のセッションがコンピュータ上に作成される。システム・ソフトウェアは、ユーザーがログインしている間、このセッションによって、ユーザーが可能な動作を制限する。 インターネットのウェブサイトへアクセスする場合、サイトはしばしばクッキーをユーザーのコンピュータに配置する。このクッキーは、一度のセッション中のみ利用されセッションの終了と同時に破棄されるか、将来同じサイトへアクセスしたときに使用するために永続的にコンピュータに残される。 ユーザーがセッションを終了する場合は、ログアウト (log out) またはログオフ (log off) する。 サインオンという用語は、元々はIBMで使われていたものである。現在では「シングルサインオン」という用語の中に残っているのが見かけられる。
  • Login is de term die gebruikt wordt om het proces van aanmelding van een individu aan een informatiesysteem of computer te noemen. De Nederlandse vertaling is Inloggen.
  • Login - słowo stosowane do określenia identyfikatora używanego w systemach komputerowych. Login jest ciągiem znaków przypisanych użytkownikowi bądź programowi. Do loginu zwykle przypisane są prawa, jakie ma dany użytkownik bądź program działający w systemie. Słowo login wywodzi się z języka angielskiego od skrótu log in, określającego zalogowanie się do systemu. Przy procesie logowania podaje się zawsze parę identyfikator i hasło, w ten sposób stwierdzenie log in ewoluowało do słowa login rozumianego jako identyfikator sam w sobie, a nie proces logowania. Procesem odwrotnym do logowania jest tzw. wylogowanie. W internecie istnieje również nick czyli pseudonim którym się podpisujemy, jednak najczęściej (dla wygody) jest on identyczny z loginem
  • Login ou Palavra-Senha é um conjunto de caracteres solicitado para os usuários que por algum motivo necessitam acessar algum sistema computacional. Geralmente os sistemas computacionais solicitam um login e uma senha para a liberação do acesso. Efetuar Login, ligar-se ou registrar-se é a ação necessária para acessar um sistema computacional restrito inserindo uma identificação, podendo esta ser ou não única para cada usuário, e a senha relacionada a ela. Uma vez logado, o usuário passa a ser identificado no sistema, sendo restringido ou permitido a acessar recursos do sistema.
  • Логи́н — сленговый термин, который может обозначать: Имя учётной записи пользователя в любой форме. Процедуру аутентификации пользователя в компьютерной системе, как правило, путём указания имени учётной записи и пароля. Программу для идентификации по логину и паролю в *nix-подобной операционной системе Логин (UNIX).
dbpprop:hasPhotoCollection
rdfs:comment
  • In computer security, login (logging or signing in, also log on) is the process by which individual access to a computer system is controlled by identification of the user using credentials provided by the user. A user can log in to a system to obtain access, and then log out when the access is no longer needed.
  • Als Login bzw. Log-in wird der Vorgang bezeichnet, sich in einem Computersystem bei einem speziellen Dienst anzumelden (einzuloggen). Gewöhnlich dient der Vorgang dazu, dem System mitzuteilen, dass man nun als Benutzer anwesend ist und eine Sitzung beginnt. Das System kann dadurch Voreinstellungen für bestimmte Aktionen und die Rechte des Benutzers überprüfen.
  • Pojem login (z anglického log in), případně sign in označuje v počítačové terminologii proces přihlášení k účtu pomocí uživatelského jména a zpravidla hesla nebo certifikátu. Ekvivalentně pojem logout, případně logoff či sign out označuje proces odhlášení.
  • En informatique, on appelle identifiants (également appelé parfois en anglais login) les informations permettant à une personne de s'identifier auprès d'un système. Il s'agit le plus souvent des informations suivantes : un nom d'utilisateur un mot de passe Les termes désignant l'opération consistant à donner ces informations au système peuvent varier selon le contexte.
  • Login è il termine inglese più esatto per indicare la procedura di accesso ad un sistema o un'applicazione informatica. Proviene dalla contrazione di log in, entrata nel log, il registro cronologico degli eventi tipico di qualsiasi sistema informativo. Altri termini corrispondenti sono: logon, log on, signon, sign on, sign in. Il login, noto anche come procedura di autenticazione, è uno dei pilastri fondamentali della sicurezza e della riservatezza nelle applicazioni informatiche.
  • Login is de term die gebruikt wordt om het proces van aanmelding van een individu aan een informatiesysteem of computer te noemen. De Nederlandse vertaling is Inloggen.
  • Login - słowo stosowane do określenia identyfikatora używanego w systemach komputerowych. Login jest ciągiem znaków przypisanych użytkownikowi bądź programowi. Do loginu zwykle przypisane są prawa, jakie ma dany użytkownik bądź program działający w systemie. Słowo login wywodzi się z języka angielskiego od skrótu log in, określającego zalogowanie się do systemu.
  • Login ou Palavra-Senha é um conjunto de caracteres solicitado para os usuários que por algum motivo necessitam acessar algum sistema computacional. Geralmente os sistemas computacionais solicitam um login e uma senha para a liberação do acesso. Efetuar Login, ligar-se ou registrar-se é a ação necessária para acessar um sistema computacional restrito inserindo uma identificação, podendo esta ser ou não única para cada usuário, e a senha relacionada a ela.
  • Логи́н — сленговый термин, который может обозначать: Имя учётной записи пользователя в любой форме. Процедуру аутентификации пользователя в компьютерной системе, как правило, путём указания имени учётной записи и пароля.
rdfs:label
  • Login
  • Login
  • Login
  • Identifiant
  • Login
  • ログイン
  • Login
  • Login
  • Login
  • Логин
owl:sameAs
skos:subject
foaf:depiction
foaf:page
is dbpprop:disambiguates of
is dbpprop:redirect of