debian-mirror-gitlab/doc/user/profile/unknown_sign_in_notification.md

26 lines
968 B
Markdown
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
type: concepts, howto
stage: Manage
group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
---
2020-05-24 23:13:21 +05:30
# Email notification for unknown sign-ins
2020-06-23 00:09:42 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/27211) in GitLab 13.0.
2020-05-24 23:13:21 +05:30
When a user successfully signs in from a previously unknown IP address,
GitLab notifies the user by email. In this way, GitLab proactively alerts users of potentially
malicious or unauthorized sign-ins.
There are two methods used to identify a known sign-in:
- Last sign-in IP: The current sign-in IP address is checked against the last sign-in
IP address.
- Current active sessions: If the user has an existing active session from the
same IP address. See [Active Sessions](active_sessions.md).
## Example email
2020-06-23 00:09:42 +05:30
![Unknown sign in email](./img/unknown_sign_in_email_v13_1.png)