# パスワードログイン機能

***

## パスワードログイン機能

これまでは、ココフォリアのアカウントを作成・維持するために、SNS連携する必要がありました。v1.28では、メールアドレスとパスワードを設定することでココフォリアのアカウントを作成・維持できるようになりました。

メールアドレスとパスワードを登録しておくと、連携しているSNSが利用できなくなってしまった場合にもココフォリアアカウントにログインできるようになります。

***

### メールアドレスを用いてココフォリアアカウントを新規作成する

1. [ココフォリア](https://ccfolia.com/home)にアクセスし、「新規アカウント作成」をクリックする。
2. メールアドレスを入力、パスワードを設定する

***

### 既に作成してあるアカウントにメールアドレスを登録する

1. ブラウザ右上のアイコン>アカウント設定から以下の画面を開き、「パスワードを登録」をクリックする。

<figure><img src="/files/RbnyixppQ0EBm58G7UCz" alt="" width="563"><figcaption></figcaption></figure>

2. 必要な場合、SNS認証しなおす。
3. 画面の指示通りにパスワード認証を設定する。

***

### パスワードを忘れた

[こちら](https://ccfolia.com/reset-password)にアクセスし、メールアドレスを入力して「送信」をクリックすると、パスワード再設定メールが届きます。そのメールからパスワードを再設定してください。


---

# Agent Instructions: 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:

```
GET https://docs.ccfolia.com/update/v1.28/password-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
