CashlessSociety / cashless-ui

Open source implementation of protocol described here: https://cashless.social.
Mozilla Public License 2.0
7 stars 1 forks source link

Rescue already registered users who inadvertantly find themselves on the 'create checkbook' page #136

Open utunga opened 3 years ago

utunga commented 3 years ago

Summary

Due to the various flows that take you to the 'create checkbook' page it is possible to get their without an email or to try and use an email which is already 'taken'. For now we just want to do the simplest thing and prevent these 'lost souls' from trying to create another account. (We could create another key/pair and account but that would get confusing hella fast so we'll skip for now).

Ideally it would be nice to have to just check if the user already has any data against the existing account and if not actually go ahead and register it again after a much less scary warning - not sure if needed.