Merge branch 'master' into the-admin-can-be-reset-password

This commit is contained in:
Antonio Ramirez
2018-09-27 19:16:31 +02:00
committed by GitHub
13 changed files with 62 additions and 25 deletions

View File

@ -18,6 +18,7 @@
- Enh: Replace the deprecated InvalidParamException in ClassMapHelper (TonisOrmisson)
- Fix #242: Add POST filter for `admin/force-password-change` action (bscheshirwork)
- Fix #252: Delete check for unexpected property `allowPasswordRecovery` for resend email by admin (bscheshirwork)
- Fix #254: Rename `GDPR` properties to `lowerCamelCase` style (bscheshirwork)
## 1.1.4 - February 19, 2018
- Enh: Check enableEmailConfirmation on registration (faenir)