Skip to content

Version 0.2

Compare
Choose a tag to compare
@nanoy42 nanoy42 released this 16 Jun 11:49
· 26 commits to master since this release
a4fbf54

Version 0.2

Context

Codename: Dilophosaurus

Herrerasaurus were looking like Dilophosaurus in Jurrasic Park.

Changes

  • Add password schemes :
    • PLAIN
    • PLAIN-TRUNC
    • CLEARTEXT
    • CLEAR
    • SHA
    • SSHA
    • SHA256
    • SSHA256
    • SHA512
    • SSHA512
    • PLAIN-MD5
    • LDAP-MD5
    • CRYPT
    • DES-CRYPT
    • MD5-CRYPT
    • SHA256-CRYPT
    • SHA512-CRYPT
  • Add DMARC and SPF support
  • Add unit tests
  • Add CI and coverage
  • Documentation
  • Minor fixes

Update information

You should apply migrations : python3 manage.py migrate and recompile translations messages : django-admin compilemessages.