Skip to content

Releases: jasongrimes/silex-simpleuser

Version 2.0

01 Nov 19:52
Compare
Choose a tag to compare

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

01 Nov 19:22
Compare
Choose a tag to compare

Fix a bug that could potentially disclose sensitive information if an exception is thrown while logging in.

Version 1.7

21 Oct 13:18
Compare
Choose a tag to compare

Make table names configurable.

Version 1.6

19 Oct 16:13
Compare
Choose a tag to compare

Support defining a custom password strength validator.

Version 1.5

19 Oct 14:01
Compare
Choose a tag to compare

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).