> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ko/security/authentication-overview/control-user-login.md).

# 사용자 로그인 제어

**로그인 제어** 조직 관리자가 Command 초대 다시 보내기나 비밀번호 재설정과 같은 사용자 로그인 설정을 변경할 수 있도록 합니다.

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 관리자로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 사용자 및 권한 > 사용자를 선택합니다.**
{% endstep %}

{% step %}
**사용자 프로필을 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 상단에서 다음을 클릭합니다.** <i class="fa-ellipsis">:ellipsis:</i> **> 로그인 제어.**

<div align="left" data-with-frame="true"><img src="/files/7c9ef0a700e2f28ebaff288fcc2e4d6b426acf99" alt="" width="563"></div>
{% endstep %}

{% step %}
**필요에 따라 사용자의 로그인 설정을 수정합니다.**
{% endstep %}

{% step %}
**완료되면 완료를 클릭합니다.**
{% endstep %}
{% endstepper %}


---

# 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.verkada.com/command/ko/security/authentication-overview/control-user-login.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.
