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:
- The user should have to input the captcha before they can log in to their account
- The captcha must be displayed before the option to sign-in/ sign up
Related User Stories:
#22 - Register for an account
#23 - Register for an account using my social media
Tasks:
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-captchausingpip3 install django-simple-captchaINSTALLED_APPSinsettings.pypython3 manage.py migrateurls.py