Dataswyft API Platform: Developers Docs
WebsiteGitHubSlackLogin
  • About Dataswyft
    • Community & Support
  • Learn about Dataswyft Platform
    • Decentralized Data Servers
    • Personal Data Account
      • HMIC Permissions
      • Namespaces
      • Single Sign-On
    • Data Wallet
      • Data Wallet Canvas and Solutions
      • CheckD Data Wallet: Release Notes
    • Dataswyft One
      • Compute Tools
  • Build on Dataswyft Platform
    • Dataswyft One APIs
      • Data API
        • Filtering, Querying & Transforming Data
        • Data Debit
      • File Storage API
      • Computations API
      • Postman Collection
    • Integrating with Data Wallets
    • Getting Started
      • Quick Start
      • Developers Portal
        • Updating and Submitting an Application
        • Deleting an Application
        • Application Statuses
      • Application Example - React
        • 1. Environment Setup
        • 2. Create Main Structure
        • 3. Main Page & Routing
        • 4. User Authentication
        • 6. CRUD Operations
        • 5. Component Pages
  • Deploy
    • Application Review
    • Rating Assurance & Certification
    • Live Application Ratings
  • Knowledge Base
    • Security Practices
    • FAQ
    • Glossary of Terms
  • Dataswyft
Powered by GitBook
On this page
  • Password Recovery
  • Password Reset

Was this helpful?

  1. Build on Dataswyft Platform
  2. Advanced Topics
  3. User Journeys

Password Management

Recovering and reseting passwords

Last updated 5 months ago

Was this helpful?

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>
Recover
Reset