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

[accounts] Password recovery #480

Closed
7 tasks
seland opened this issue Aug 19, 2018 · 4 comments
Closed
7 tasks

[accounts] Password recovery #480

seland opened this issue Aug 19, 2018 · 4 comments
Assignees
Projects
Milestone

Comments

@seland
Copy link
Contributor

seland commented Aug 19, 2018

Feature / Issue

As a user I want to be able to login into my account in case I forgot my password. This can be done by entering private key (mnemonic).

If the user cannot enter his password, then user can reset his password by first entering the 24-word mnemonic for the private key (i.e. 24 words). Once the private key is entered, user sets a password.

The password can be the same as a previous password, unless @seland or @florianlenz disagrees. If a new password is required, then we have to check against all old passwords.

Tasks

  • UX: flow describing journey to reset password after logging into account with private key
  • UI : Screen designs for reset password using private key entry

Acceptance criteria

  • Dev accepts UX design for the process
  • Creative accepts UI screens for process
  • UI coded
  • Process coded
  • QC: Check for mistakes, verify it works, try to break it, hack it

Additional information

We likely will merge this functionality with existing one for restoring an account.
Restoring an account will add the ability to recover the account data from an outside source, e.g. cloud or clipboard or local file.

@seland seland added this to the 1.2.0 milestone Aug 19, 2018
@mimetic
Copy link
Contributor

mimetic commented Aug 20, 2018

This concept is a restore functionality, but it requires having a way to backup your account first. We don't have that, so that is why this is on hold.

@seland
Copy link
Contributor Author

seland commented Aug 20, 2018

@mimetic It's not about restore an account, it's about restore access to the existing account. So, in case user lost her password, there is a way to reset it using private key.

@mimetic
Copy link
Contributor

mimetic commented Aug 21, 2018

@seland Oops, I you are right. I don't seem to have UX/UI for this yet.

@hunght hunght self-assigned this Aug 29, 2018
@mimetic mimetic added this to To do in 1.2.0 Aug 30, 2018
@seland
Copy link
Contributor Author

seland commented Aug 31, 2018

Done by #493.

@seland seland closed this as completed Aug 31, 2018
1.2.0 automation moved this from To do to Done Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.2.0
  
Done
Development

No branches or pull requests

3 participants