# Password Management

Should a user be unable to login with their designated password, there are ways to recover or reset their passwords to recover their PDA.

### Password Recovery

![Recover](https://3040021088-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MU8i7kzqfJronlf3llG%2Fuploads%2Fmbt89mXyRYBSS3CxDnsQ%2Fimage.png?alt=media\&token=d56809d4-ff7d-44db-a6fd-84c12b96b6d5)

If the user doesn’t remember their password, they can reset it using their email address, by navigating to the `Forgot password?` page. They will receive the following email:

### Password Reset

![Reset](https://3040021088-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MU8i7kzqfJronlf3llG%2Fuploads%2FkxR787s3xyXs2NmVjHLU%2Fimage.png?alt=media\&token=cb12d836-5964-48b4-a0b8-c2326da72f63)

If the email address is associated with an active account, the user will receive the unique reset link.

```
https://<pda-user-url>/auth/change-password/<reset-token>?
  email=<email-address>
  &application_id=<application-id>
  &redirect_uri=<redirect-uri>
```
