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

Quit program if 3 times wrong recovery phrase is given during recovery process #49

Closed
sophielouisefeith opened this issue May 30, 2022 · 1 comment
Assignees
Labels
area:wallet Issues related to the wallet functionalities exposed by the node mark:testnet Tactical issues related to currently deployed Testnet module:rusk-wallet

Comments

@sophielouisefeith
Copy link
Contributor

sophielouisefeith commented May 30, 2022

Describe what you want implemented
The program should quit after 3 times a wrong phase phrase

Describe "Why" this is needed
If the user is not able to fill in the correct recovery phrase, the program will exit

@sophielouisefeith sophielouisefeith self-assigned this May 30, 2022
@sophielouisefeith sophielouisefeith changed the title Give the user the option to exit program while recovering wallet Program should quit if wrong seed phrase is given Aug 22, 2022
@sophielouisefeith
Copy link
Contributor Author

Updated issue, after new structure of the wallet

@sophielouisefeith sophielouisefeith added area:wallet Issues related to the wallet functionalities exposed by the node module:rusk-wallet mark:testnet Tactical issues related to currently deployed Testnet labels Aug 22, 2022
sophielouisefeith added a commit that referenced this issue Sep 21, 2022
Added

Add retrying password to improve UX [#46]
Add retrying recovery phrase to improve UX [#49]

Changed

Change error handling to use the `anyhow` crate in `bin` [#87]
Change error handling to use the `thiserror` crate in `lib` [#87]

Resolve #87 #46 #49
sophielouisefeith added a commit that referenced this issue Sep 21, 2022
Added

Add retrying password to improve UX [#46]
Add retrying recovery phrase to improve UX [#49]

Changed

Change error handling to use the `anyhow` crate in `bin` [#87]
Change error handling to use the `thiserror` crate in `lib` [#87]

Resolve #87 #46 #49
sophielouisefeith added a commit that referenced this issue Sep 21, 2022
Added

Add retrying password to improve UX [#46]
Add retrying recovery phrase to improve UX [#49]

Changed

Change error handling to use the `anyhow` crate in `bin` [#87]
Change error handling to use the `thiserror` crate in `lib` [#87]

Resolve #87 #46 #49
sophielouisefeith added a commit that referenced this issue Sep 22, 2022
Added

Add retrying password to improve UX [#46]
Add retrying recovery phrase to improve UX [#49]

Changed

Change error handling to use the `anyhow` crate in `bin` [#87]
Change error handling to use the `thiserror` crate in `lib` [#87]

Resolve #87 #46 #49
@sophielouisefeith sophielouisefeith changed the title Program should quit if wrong seed phrase is given Delete wallet after 3 x wrong seed phrase Sep 22, 2022
@sophielouisefeith sophielouisefeith changed the title Delete wallet after 3 x wrong seed phrase Delete wallet after 3 times wrong seed phrase during recovery process Sep 22, 2022
@sophielouisefeith sophielouisefeith changed the title Delete wallet after 3 times wrong seed phrase during recovery process Quit program if 3 times wrong recovery phrases is given during recovery process Sep 22, 2022
@sophielouisefeith sophielouisefeith changed the title Quit program if 3 times wrong recovery phrases is given during recovery process Quit program if 3 times wrong recovery phrase is given during recovery process Sep 22, 2022
sophielouisefeith added a commit that referenced this issue Sep 22, 2022
• Change program behavior to quit if wrong seed phrase is given [#49]
• Change program behavior to have three attempts for entering a password [#46]

Resolves #46, #49
sophielouisefeith added a commit that referenced this issue Sep 22, 2022
• Change program behavior to quit if wrong seed phrase is given [#49]
• Change program behavior to have three attempts for entering a password [#46]

Resolves #46, #49
sophielouisefeith added a commit that referenced this issue Sep 22, 2022
• Change program behavior to quit if wrong seed phrase is given [#49]
• Change program behavior to have three attempts for entering a password [#46]

Resolves #46, #49
sophielouisefeith added a commit that referenced this issue Sep 27, 2022
• Change program behavior to quit if wrong seed phrase is given [#49]
• Change program behavior to have three attempts for entering a password [#46]

Resolves #46, #49
sophielouisefeith added a commit that referenced this issue Sep 27, 2022
• Change program behavior to quit if wrong seed phrase is given [#49]
• Change program behavior to have three attempts for entering a password [#46]

Resolves #46, #49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:wallet Issues related to the wallet functionalities exposed by the node mark:testnet Tactical issues related to currently deployed Testnet module:rusk-wallet
Projects
None yet
Development

No branches or pull requests

1 participant