NebulousLabs / Sia-UI

A Graphical Frontend for Sia - https://sia.tech
MIT License
389 stars 119 forks source link

Sia-UI prompts the user for their password twice on two consecutive screens #757

Open mtlynch opened 6 years ago

mtlynch commented 6 years ago

Bug Report

Sia-UI prompts the user for their password twice on two consecutive screens. This adds unnecessary complexity and confusion to the new user provisioning process.

This is the UI flow for a new wallet (obviously a seed I'm not using):

image

image

image

Expected Behavior

The "Please confirm your password and seed" screen also unlocks the wallet instead of just confirming the seed/password pair.

Environment

lukechampine commented 6 years ago

IIRC the reason we added the confirmation was that people were clicking through the dialog too fast, and then they'd end up with a wallet that they couldn't unlock, so they'd have to start over from scratch.

I agree that automatically unlocking the wallet is reasonable behavior here. Shouldn't be difficult to implement.