Password Management

Recovering and reseting passwords

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

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

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>

Last updated