diff options
-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 |