# Allowing users to change domain password

Users can change their domain password directly from Parallels Client. In some cases, a user may be forced to change their domain password (e.g. when the password is about to expire). When changing a password, a username must be supplied in the UPN format (e.g. <user@domain.com>).

## **Passing the domain name to Parallels Client**

Since users may not know the name of their domain, you can configure Parallels RAS to pass it to the client side automatically, so users don't have to enter it.

The domain name may be specified in the RAS Console in the following locations:

* The **Connection** > **Authentication** tab. The tab page is [described earlier in this section](/landing/ras-admin-guide/v20-en-us/parallels-ras-20-administrators-guide/connection-and-authentication-settings/ras-connection-broker-connection-settings.md). To force a domain name to the client side, select the **Specific** option and specify a domain name.
* In the **Theme Properties** dialog. Themes are described later in this guide in the [**Configure Themes**](/landing/ras-admin-guide/v20-en-us/parallels-ras-20-administrators-guide/parallels-web-client-and-user-portal/configure-themes.md) section. Note that when you specify a domain name for a Theme, it overrides the domain name specified on the **Authentication** tab page (see above). To specify a domain name for a Theme, open the Theme properties dialog, select the **General** category, select the **Override authentication domain** option, and specify a domain name.

When Parallels Client connects to Parallels RAS, the domain name, specified as described above, is passed back to it. When the user opens a dialog in Parallels Client to change their domain password, the domain name is automatically added to the user name and the username field is grayed out. This way the user doesn't have to specify the domain name.

## **Using a custom link to change domain passwords**

If your users connect to Parallels RAS with Azure Active Directory Domain Services or a third-party IdP, you should configure changing domain passwords via a custom link. The link should point to the page that allows to change password in your service.

To specify the custom link for changing domain passwords:

1. Navigate to **Connection** > **Authentication** > **Change domain password**.
2. Select the **Use a custom link for the "Change domain password" option**.
3. In the text field below, specify the custom link for changing domain.


---

# 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.parallels.com/landing/ras-admin-guide/v20-en-us/parallels-ras-20-administrators-guide/connection-and-authentication-settings/allowing-users-to-change-domain-password.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.
