Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

73 lines (42 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file.

[0.0.7] - 2024-02-01

Miscellaneous Tasks

  • Improve display in the admin
  • Remove unused code in the PasswordHistoryManager

[0.0.6] - 2024-02-01

Bug Fixes

  • Handle properly invalid fields in ForcePasswordChangeForm

[0.0.5] - 2024-01-31

Features

  • Add Levenshtein distance to check password similarity

Miscellaneous Tasks

  • Test password similarity
  • Add a missing instruction for installing the app

[0.0.4] - 2024-01-29

Bug Fixes

  • Fix some errors in the signals

Features

  • Force the new password to be different from a previously used password

Miscellaneous Tasks

  • Clean ForcePasswordChangeView
  • Test old passwords are not allowed to be reused
  • Test only the n latest (encrypted) passwords are stored
  • Re-package the Django application
  • Test the user is forced to change the password after its expiration
  • Add a missing instruction for installing the app

[0.0.3] - 2024-01-24

Bug Fixes

  • Allow the password change when it expired
  • Force the user to change her password after it expired

Miscellaneous Tasks

  • Warn about the usability
  • Rename some modules to match Django app conventions
  • Add the admin

[0.0.2] - 2024-01-19

Bug Fixes

  • Redirect to password_change only when the password expired

[0.0.1] - 2024-01-19

Bug Fixes

  • Use correct name