#345, #346, #347 ReCaptcha fixes

This commit is contained in:
Bill Heaton
2019-09-20 12:44:40 -07:00
parent 1bfc576dcc
commit 2d71ff95f9
3 changed files with 61 additions and 24 deletions

View File

@ -1,4 +1,7 @@
# CHANGELOG
- Fix #347: Only pass fields known to User model in registrationControl->actionRegister() (BillHeaton)
- Fix #346: Update ReCaptcha guide to not use AJAX (BillHeaton)
- Fix #345: Update ReCaptcha guide to add scenarios() in recoveryForm (BillHeaton)
- Fix #307: Fix French translation (arollmann)
- Fix #316: Fix new response from Google OAuth Api (Julian-B90)
- Fix #321: Fix new response from LinkedIn OAuth Api (tonydspaniard)