- Check for relevancy of the request when counting failed login attempts as early as possible. This prevents account locked errors raised for things like resources.
0.9.0
------------------
- Added Dutch translations (janwijbrand)
0.8.0
------------------
- Feature: ``failedAttemptCheck``:
* increment failedAttempts on all/any request (this is the default) * increment failedAttempts only on non-resource requests * increment failedAttempts only on POST requests
- Feature: more specific exceptions on new password verification.
0.7.4
------------------
- Fix: ``PrincipalMixIn.passwordSetOn`` happens to be ``None`` in case the class is mixed in after the user was created, that caused a bug.
0.7.3
------------------
- Fix: ``disallowPasswordReuse`` must not check ``None`` passwords.