> For the complete documentation index, see [llms.txt](https://help.readymage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.readymage.com/application-management/password-authentication.md).

# Password Authentication

Password authentication will restrict access to your store frontend. Access to it will be possible only after entering valid password.

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

### Edit password

To change the password, enter a new password in the **Change Password** section and click **Save Password**.

<figure><img src="/files/96JrTZ2tuUrz7dOlGqHN" alt=""><figcaption></figcaption></figure>

### Adding password to non-browser requests

For non-browser requests, alongside your request, send a cookie `readymagepass` with same value as the password.&#x20;

For example:

#### Curl

```
curl --location --request GET 'https://yourstore.readymage.com/' --header 'Cookie: readymagepass=your_password
```

###
