# Change Password URL

There is a service point to allow users change their passwords. Simply redirect the user to:

```
https://<YOUR_SYNCSERVER_HOSTNAME>:1443/protected/passwordChange
```

For instance: [https://iam-sync-idp.soffidnet:1443/protected/passwordChange](https://iam-sync-idp.soffidnet:1443/protected/passwordChange)

<details id="bkmrk-%F0%9F%92%BB-image"><summary>💻 Image</summary>

[![image-1714486394997.png](https://bookstack.soffid.com/uploads/images/gallery/2024-04/scaled-1680-/image-1714486394997.png)](https://bookstack.soffid.com/uploads/images/gallery/2024-04/image-1714486394997.png)

</details>
The user will be required to enter identify itself and enter a new password. Optionally, you can enter a web page to return after password change is complete:

[https://**servername:port**/protected/changePassword?return=**URL**](https://servernameport)