-------------------
Changed
~~~~~~~
* Improve password fussiness.
* Find training accounts that are system users.
* TRAINING_ACCOUNT_PREFIX is now a regexp.
Fixed
~~~~~
* Applicants can have duplicate email and usernames.
* Various Django 1.10 fixes. Django >= 1.10 not yet supported.
* Improved error handling on approving applications.
* Update various dependencies, and fix related issues.
* Fix typo in emails. Administrator not Administrator.
* All tests pass under Django 1.10.
* Support tldap 1.4.1 and ldap3 2.2.3.
* Explicitly use bcrypt/pbkdf2_sha256 by default for passwords instead of SHA1.
Update tests to use pbkdf2_sha256. Outside tests this was already the default
with recent versions of Django.