- Fixed bug with case sensitivity of email address during login - Code cleanup regarding token_callback - Ignore validation errors in find_user function for MongoEngineUserDatastore
1.6.7
Not secure
-------------
Released July 11th 2013
- Made password length form error message configurable - Fixed email confirmation bug that prevented logged in users from confirming their email
1.6.6
Not secure
-------------
Released June 28th 2013
- Fixed dependency versions
1.6.5
Not secure
-------------
Released June 20th 2013
- Fixed bug in `flask.ext.security.confirmable.generate_confirmation_link`
1.6.4
Not secure
-------------
Released June 18th 2013
- Added `SECURITY_DEFAULT_REMEMBER_ME` configuration value to unify behavior between endpoints - Fixed Flask-Login dependency problem - Added optional `next` parameter to registration endpoint, similar to that of login
1.6.3
Not secure
-------------
Released May 8th 2013
- Fixed bug in regards to imports with latest version of MongoEngine