Skip to content

Password warning hooks and user deactivation reason stored

Compare
Choose a tag to compare
@sztamas sztamas released this 25 Jan 05:43
· 24 commits to master since this release

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.