GitHub 0

Account Recovery

Solutions to account recovery issues

There are two ways to create a one-time access link for a user:

  1. UI: An admin can create a one-time access link for the user in the admin panel under the "Users" tab by clicking on the three dots next to the user's name and selecting "One-time link".
  2. Terminal: You can create a one-time access link for a user by running pocket-id one-time-access-token <user name or email>. To execute this script with Docker you have to run the following command:
docker compose exec pocket-id /app/pocket-id one-time-access-token <user name or email>
Help improve this page
Edit this page on GitHub