USER STORY: Add a captcha for sign-up #30
Labels
1
User Story Estimate is 1 story point
could-have
A could-have feature
enhancement
New feature or request
Milestone
User Story:
As a Site Admin, I would like to ensure that my site users are real so that I can prevent any spam content
Ideas:
Django simple captcha - https://django-simple-captcha.readthedocs.io/en/latest/usage.html
Acceptance Criteria:
Related User Stories:
#22 - Register for an account
#23 - Register for an account using my social media
Tasks:
django-simple-captcha
usingpip3 install django-simple-captcha
INSTALLED_APPS
insettings.py
python3 manage.py migrate
urls.py
The text was updated successfully, but these errors were encountered: