-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
damien.rabois
committed
Jan 29, 2024
1 parent
d1ad44a
commit 941eb89
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [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 | ||
|
||
<!-- generated by git-cliff --> |