tjcsl / ion

TJ Intranet 3
https://ion.tjhsst.edu
GNU General Public License v2.0
101 stars 91 forks source link

Update argon2 hashing with Django 3.2+ update #1045

Closed Laur04 closed 3 years ago

Laur04 commented 4 years ago

Currently Django hashes using argon2i, but the 3.2 update will change this to argon2id.

Laur04 commented 3 years ago

done