> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/faq/web/2.md).

# 2. 샘플 계정, 임의의 계정을 만들고 싶어요.

{% hint style="info" %}
registerType 은 실행되는 앱의 권한을 말해요.

앱이 하나 이상인 경우 옵션 설정의 \_registerType 항목에서 권한을 추가해 주세요.

기본적으로 user 권한이 생성되어 있어요.
{% endhint %}

1. 관리자 웹 > 운영 모드 > 좌측 메뉴바 '유저 관리'메뉴  > 설정 > 에서 다음과 항목을 추가해 주세요. (항목 추가 > 선택 모음 > 드롭다운 선택을 클릭 후, 항목 ID와 옵션 ID, 기본값을 아래와 같이 입력하고 저장해 주세요.
   * 항목 ID : registerType
   * 옵션 ID : \_registerType
   * 기본값 : 사용자
2. 항목 설정 화면 > 상세 화면 > 비밀번호 항목과 1.에서 추가한 항목을 '사용중인 항목'에 추가 후 저장해 주세요.

<div align="left"><figure><img src="https://ohmyapp.ohmyapp.io/assets/users/_users/2023/08/04/d3d958b0-a652-418d-a7b7-76ab8b3abfad_202308044.20.57.png" alt="" width="563"><figcaption></figcaption></figure></div>

3. 아래와 같이 이메일, 비밀번호를 입력하고 앱 유저 권한을 사용자 또는 추가한 임의의 권한으로 선택해 주세요.

<div align="left"><figure><img src="https://ohmyapp.ohmyapp.io/assets/users/_users/2023/08/04/68e6b16f-3172-4795-92a0-c97d85b6f0c5_202308044.25.15.png" alt="" width="563"><figcaption></figcaption></figure></div>

4. 웹에서 등록한 계정으로 앱에서 이메일 로그인을 시도해 보세요. 정상적으로 등록되었는지 확인해 주세요.

> \#웹에서 유저 등록, #계정 등록, #웹에서 앱 유저, #웹에서 유저 생성, #임의 계정, #샘플 계정

2023 08.09 Iron, Jinny


---

# 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://docs.ohmyapp.io/main/guide/faq/web/2.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.
