-
Notifications
You must be signed in to change notification settings - Fork 986
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
Recover a key from seed on keycard: a password is asked to the user (it should not) #9231
Comments
@guylouis I didn't catch the idea of it. Now if I try to restore account from seed phrase (account was created with Keycard) with following steps:
If I instead of access key on 3 step chose "Recover with Keycard" > I will be asked for pairing code and can recover account. IMO it should be the same for both cases OR we can prevent user somehow that if he is trying to recover account with keycard, he should choose option "Recover with Keycard" instead of access key > seed phrase. WDYT? |
Great feedback ! Just to be clear:
First off the copy of the error message must be reviewed. I think the text should be "This keycard has already a key on it. If you wish to change it, login first, and reset your card. If you want to access the key from this card, use "Access key" and "Access key from keycard" option." @andrei do you agree ? if yes, may you create an issue, and add it in onboarding epic ? Also, in your case @churik the card you tap has already an account on it. If it had not then the user would proceed. So in your case, the user has entered a seed to put it on a keycard, but the keycard he is tapping is not empty, it already has a seed in it. I can't login because I delete the app -> in this case the user needs to go to "access key">"access with keycard" I can't reset the card because we removed this option.->I agree this needs to be part of v1. This is #9229 and @Rachel has put it in the v1 backlog |
@guylouis If so, we need to test it and create separate test case for it. |
"So if I understood correctly, now I should be able to port mnemonic to keycard through this flow |
Tested with today's nightly StatusIm-191017-025900-7b6dfa-nightly-universal.apk
From a fresh download of status, user actions
then Status asks for a password (before even asking to tap a keycard or anything)
Correct behaviour should be : ask to the user to tap a card, and then depending on its state proceed
In no case a user password should be asked
The text was updated successfully, but these errors were encountered: