magnet-cl / django-project-template

A project template for Django in python 3
MIT License
14 stars 8 forks source link

fix: audit log storing sensitive fields #123

Closed KnowYourselves closed 2 years ago

KnowYourselves commented 2 years ago

There was an error in how audit log was checking sensitive fields (using ==, instead of in).

This resulted in the password hashes being saved in the logs every time a password change was made.