Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovery Phrase / Alternate Password #272

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Hrushi20
Copy link

@Hrushi20 Hrushi20 commented Dec 21, 2024

Description

We need a way to recover the encryption key if the user loses the password. We use a recovery phrase generated when you define the password. In case the user forgets the password, he can use this to change it.

Fixes #249


Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

@Hrushi20 Hrushi20 requested a review from radumarias as a code owner December 21, 2024 11:02
@Hrushi20
Copy link
Author

Hrushi20 commented Dec 22, 2024

I admit we need to refactor the code. Was just writing out the logic.

Another issue I see in the code is that the recovery key is display everytime the application is mounted and user enters the password. Need to fix that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recovery phrase / Alternate password
1 participant