v1.2.0
Changes in this version
- Implement Captchas
- Fix Markdown rendering issues
- Fix (admin authenticated) XSS bug
- Prevent admins from banning other admins
- Only the super-admin, the account created in INSTALL.md (aka user-id=1), can ban other admins
- Update tests
- Fix bugs
Troubleshooting
You will need to add the following lines to settings.py
.
USE_CAPTCHA = True # replace this with False if you do not wish to use hCaptcha
HCAPTCHA_SECRET = 0xdeadbeef # replace this with your hCaptcha secret
HCAPTCHA_SITE = 'site_key' # replace this with your hCaptcha site key