diff options
author | nfoy <nfoy@purdue.edu> | 2014-04-07 19:06:27 -0400 |
---|---|---|
committer | nfoy <nfoy@purdue.edu> | 2014-04-07 19:06:27 -0400 |
commit | ff03350cea6cb09b9a3aa408ac04acc8883227a4 (patch) | |
tree | 301d744e44309fe0ea76f85181d4a4e44c1a556f | |
parent | b41b1bce8bf201edf2c751ddd952b4a1dd69c720 (diff) |
Anti-spam retro
-rw-r--r-- | doc/Sprint2-Retrospective.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/Sprint2-Retrospective.md b/doc/Sprint2-Retrospective.md index db726f5..0e23f6b 100644 --- a/doc/Sprint2-Retrospective.md +++ b/doc/Sprint2-Retrospective.md @@ -75,8 +75,16 @@ several days. # Implemented and working ## Define Specific Unit Tests for Security {#security-test} -## Implement Anti-spam measures {#anti-spam} + +## Implement Anti-spam measures {#anti-spam} + +To handle potential spam problems, Project Leaguer has implemented Simple Captcha +on the user sign up page. Users must enter the correct code corresponding with +Simple Captcha's generated image when registering. Usernames must also be unique. +E-mail verification has been pushed to Sprint 3. + ## Implement Teammate Rating System (peer review view) {#peer-review} + ## Design/Code Scoring/Pairing Algorithms and Procedures {#pair-alg} Several Scoring Algorithms were considered and a modified fibonachi peer review |