- Fixed bug with `next` form variable - Added better documentation regarding Flask-Mail configuration - Added ability to configure email subjects
1.5.0
Not secure
-------------
Released October 11th 2012
- Major release. Upgrading from previous versions will require a bit of work to accommodate API changes. See documentation for a list of new features and for help on how to upgrade.
1.2.3
Not secure
-------------
Released June 12th 2012
- Fixed a bug in the RoleMixin eq/ne functions
1.2.2
Not secure
-------------
Released April 27th 2012
- Fixed bug where `roles_required` and `roles_accepted` did not pass the next argument to the login view
1.2.1
Not secure
-------------
Released March 28th 2012
- Added optional user model mixin parameter for datastores - Added CreateRoleCommand to available Flask-Script commands
1.2.0
Not secure
-------------
Released March 12th 2012
- Added configuration option `SECURITY_FLASH_MESSAGES` which can be set to a boolean value to specify if Flask-Security should flash messages or not.