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

# 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](/files/gwkAcksjj7b5M1rheEtd)

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](/files/rD6MikrnSaXu1MXssDjg)

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>
```
