Skip to content

v1.2.0

Compare
Choose a tag to compare
@jdabtieu jdabtieu released this 13 Dec 19:30
· 696 commits to master since this release

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