wBanano / wban-dApp

GNU General Public License v3.0
20 stars 11 forks source link

Users need some ability to update their banano address securely #24

Open tigwyk opened 3 years ago

tigwyk commented 3 years ago

As a user I would I want the ability to change my associated banano address in case I lose access to it or decide to change my address for other reasons. We'd want to make sure the user is not trying to impersonate someone else so the same wallet-association process would need to be performed again.

thelamer commented 3 years ago

This is already functional you just need to use the disconnect option in the settings menu (top right). Re-connecting will prompt you to go through the setup again, if you put in a new Banano address you need to run through the deposit again to verify. If you put in the same one you were using before it bypasses that.

tigwyk commented 3 years ago

Confirming this worked. I disconnected and when connecting the next time it walked me through setup again. I was able to enter a new banano address and go through the signing process with metamask. Thanks!