Skip to content

Releases: muccg/django-useraudit

Support for Django 2.0+

04 Sep 12:34
Compare
Choose a tag to compare

Support for Django 2.0 and Django 2.1.

Removed support for Django 1.8 and Django 1.9.

You will need at least Django 1.10 to run version 1.7+.

Password expiry disables user account

12 Sep 13:33
Compare
Choose a tag to compare

The behaviour of the app has been changed to deactivate user account on password expiry. This is consistent with what happens on account expiry and account lockout. #26

There are also 2 bug fixes in this release:
* Exception is raised when LOGIN_FAILURE_LIMIT is reached for user that doesn't exit #25
* Mark credentials as sensitive variables #27

Update to Django 1.10 style middleware

12 Apr 01:52
Compare
Choose a tag to compare

Fix for previous (1.5.2) release.

24 Mar 05:23
Compare
Choose a tag to compare

The change to the error message hasn't been made in the models, just a migration has been added for it.

Making the required model change as well.

Bugfix release

24 Mar 02:47
Compare
Choose a tag to compare

Fixes type in error message #22.

Fixes migrations added in 1.5.0

31 Jan 08:41
Compare
Choose a tag to compare
1.5.1

Version bump 1.5.0 -> 1.5.1

Password warning hooks and user deactivation reason stored

25 Jan 05:43
Compare
Choose a tag to compare

There is a new signal password_will_expire_warning and methods should_warn_about_password_expiry, and days_to_password_expiry to help with writing custom code to warn the users when their password is about to expire.

The reason why a user has been deactivated is stored now in the new UserDeactivation table.

Made UserAudit's max length 1000 (from 255)

13 Jan 11:03
Compare
Choose a tag to compare

Bug fix release

01 Nov 07:32
Compare
Choose a tag to compare

Corrects user reactivation URL pattern

22 Oct 05:38
Compare
Choose a tag to compare