skuhl / RobotRemote

0 stars 0 forks source link

Backend for signup. #14

Closed BinaryFissionGames closed 6 years ago

BinaryFissionGames commented 6 years ago

When signing up, we need the server to actually update the database. This is related to #3, because we need to send confirmation emails when we are signing up.

BinaryFissionGames commented 6 years ago

Signing up now adds a request and user to the DB.

BinaryFissionGames commented 6 years ago

Signup now sends a verification email to the signee.

Last part that needs to be done is sending an email to the administrator when their email is verified.

BinaryFissionGames commented 6 years ago

Admin now gets email when user is verified. This issue seems done.