bsoe003 / hackQ

MIT License
0 stars 0 forks source link

Spam Prevention #3

Open bsoe003 opened 9 years ago

bsoe003 commented 9 years ago

As of now, the questions can be submitted multiple times by the same user. This is not something we want to happen, as one may spam the questions to increase chance of getting helped. There are two possible approaches (and maybe more) to this:

  1. Restrict asking for help only after logged in through Facebook
  2. Uniquely identify users' machine ID (IP, MAC, or whatever) so non-Facebook users can ask questions, too.

PLEASE DO NOT CODE FOR THIS TASK YET.

What we want is to come up with best and easiest idea to prevent such issue.