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.