Closed imboogieman closed 7 years ago
@pbca26 you have commented out this part of the code https://github.com/SuperNETorg/Iguana-application/blob/0.3/js/controllers/loginController.js#L365 can you please explain me why ?
@arkadig we don't need to check passphrase length on login as it can vary. Someone can import a wallet or create a wallet through curl or even EDEX GUI that has 4 word passphrase for example. What we should do is generate a strong passphrase for users on create wallet UI. I think you misunderstood boogieman or his instructions weren't clear enough.
Is it clear now?
@pbca26 Now it's clear. Thank you.
closing hopefully this issue won't arise again
Wrong: Given I have an account Iguana When I provide a wrong passphrase Then the next button become enabled And I can proceed to the next step
Right: Given I have an account Iguana When I provide a passphrase of less than 24-words Then I see an error message
N.B.: The mockup shows the error message only, but the wrong input different from the requirement is considered. 24-word passphrase is required.