zopsicle / adatip

Heavy work in progress.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Creator sign up and log in data model #20

Open zopsicle opened 3 years ago

zopsicle commented 3 years ago

There has to be a way for creators to sign up (if the --enable-sign-up command line flag is given) and to log in. I think we can do this through a traditional username–password combination, perhaps with a CAPTCHA to combat spam bots.

Account recovery, MFA, and changing nicknames can be implemented at a later time.