13.1.0
New features
- Expose the user_profile in the user field of the hello page. (#1989)
- Add an "account validation" option to the accounts plugin. (#1973)
- Add a
validate
endpoint at/accounts/{user id}/validate/{validation key}
which can be used to validate an account when the account
validation option is enabled on the accounts plugin. - Add a
reset-password
endpoint at/accounts/(user id)/reset-password
which can be used to reset a user's password when the account validation option is enabled on the accounts plugin.
Bug fixes
- Fixed two potential bugs relating to mutable default values.
- Fix crash on validating records with errors in arrays (#1508)
- Fix crash on deleting multiple accounts (#2009)
Documentation
- Fixed spelling and Filtering docs
Internal changes
- Use
setup.cfg
for package metadata (ref #1921)
API is now at version 1.22. See API changelog