jmccand / UpDown

A web app that enables students to submit issues they see around the school and shares them with others so that everyone can upvote or downvote the issues. UpDown's goal is to gain consensus on pertinent school-wide improvements. Voted opinions are sent to the Student Senate, which uses data and statistics from UpDown to pursue legislative action.
Apache License 2.0
1 stars 1 forks source link

Same user, different device #11

Closed jmccand closed 2 years ago

jmccand commented 2 years ago

Right now, the server doesn't handle the same user, different device case well, because they'll enter the same user, and the server will allow them to make another account, essentially, giving them multiple votes. Instead, I need to sync the 2 accounts. When someone enters the same email, I should tell them to click on the link in their email.