> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/user-workspace/profile/two-factor-authentication.md).

# 2단계 인증 설정하기

## 이 글에서는 <a href="#h_01hmfvmvcyta23gph7xfa9jdv2" id="h_01hmfvmvcyta23gph7xfa9jdv2"></a>

2단계 인증을 켜고, 인증 방법과 휴대폰 번호를 바꾸고, 해제하는 방법에 관해 알아봅니다.

***

### 2단계 인증 사용하기

2단계 인증은 로그인할 때 비밀번호에 더해 실시간 인증 번호를 한 번 더 입력하는 보안 기능입니다. 인증 번호는 가입할 때 등록한 휴대폰 번호로 문자 메시지로 발송되며, 이메일로 받도록 바꿀 수도 있습니다.

1. 화면 오른쪽 위에 있는 \[워크스페이스 이름 → 내 정보]를 클릭합니다.
2. \[2단계 인증]을 켭니다. 인증 번호는 가입할 때 등록한 휴대폰 번호로 발송됩니다.

<figure><img src="/files/8Jq7XmVDh4tn351qXxMf" alt=""><figcaption></figcaption></figure>

### 2단계 인증 방법 변경하기

#### 휴대폰 번호 변경하기

가입할 때 인증한 휴대폰 번호로 2단계 인증 번호가 발송됩니다. 연락처가 바뀌었다면 아래 방법으로 변경할 수 있습니다.

1. 화면 오른쪽 위에 있는 \[워크스페이스 이름 → 내 정보]를 클릭합니다.
2. \[연락처]에서 \[다른 번호로 인증하기]를 클릭합니다.
3. 새로운 휴대폰 번호를 입력한 뒤 \[인증 번호 받기]를 클릭합니다.
4. 받은 인증 번호를 입력하면 새로운 휴대폰 번호로 변경됩니다.

#### 인증 방법 변경하기

기본적으로 2단계 인증 번호는 문자 메시지로 발송됩니다. 문자 메시지 확인이 어렵다면, 이메일로 인증 번호를 받아 볼 수 있습니다.

1. 화면 오른쪽 위에 있는 \[워크스페이스 이름 → 내 정보]를 클릭합니다.
2. \[2단계 인증]에서 원하는 인증 방법을 선택합니다.

<figure><img src="/files/Ex3XQ4jpJyGfD5LI6Yx3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gkI4aldPOr1y5N33rd8k" alt=""><figcaption></figcaption></figure>

### 2단계 인증 해제하기

{% hint style="info" %}
2단계 인증을 사용하면 로그인할 때 실시간으로 전송된 인증 번호를 입력해야 하므로, 내 정보를 더욱 안전하게 보호할 수 있습니다. 되도록 2단계 인증 기능을 사용하시는 것을 권장합니다.
{% endhint %}

1. 화면 오른쪽 위에 있는 \[워크스페이스 이름 → 내 정보]를 클릭합니다.
2. \[2단계 인증] 기능을 끕니다. 반대로 2단계 인증을 사용하고 싶다면 상태를 다시 클릭해서 켜면 됩니다.

하나의 이메일 주소로 여러 사람이 함께 로그인해서 사용하고 있다면, 개별 이메일 주소를 사용자로 초대해 사용하는 것을 권장합니다. 자세한 방법은 [워크스페이스에 사용자 권한 설정하기](https://help.stibee.com/user-workspace/settings/user-permissions)를 참고해 주세요.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.stibee.com/user-workspace/profile/two-factor-authentication.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
