Releases: jasongrimes/silex-simpleuser
Releases · jasongrimes/silex-simpleuser
Version 2.0
This release breaks backwards compatibility with the database from version 1.x. Upgrading is easy though. See sql/MIGRATION.md for details.
Changes in this release:
- Moved username, isEnabled, confirmationToken, and timePasswordRequested from custom fields to User class properties.
- Updated database generation scripts.
- Added database migration tools and documentation.
Version 1.7.1
Fix a bug that could potentially disclose sensitive information if an exception is thrown while logging in.
Version 1.7
Make table names configurable.
Version 1.6
Support defining a custom password strength validator.
Version 1.5
Changes:
- Add support for resetting forgotten passwords.
- Add an option to require email confirmation before activating new accounts.
- Streamline the format of configuration options (the deprecated format is still supported for BC).