-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix for #2667: put email-update-confirmation code into separate controller #2669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I moved the DISCLAIMER!!! DISCLAIMER!!! DISCLAIMER!!! DISCLAIMER!!! DISCLAIMER!!! DISCLAIMER!!! I you (@covex-nn or @XWB or @stof or anyone else) want to give it a try before that, you are very welcome to do so and give feedback. Cheers, |
a345ec6 to
4746b54
Compare
| <tag name="form.type" alias="fos_user_profile" /> | ||
| </service> | ||
|
|
||
| <service id="fos_user.profiler.controller" class="FOS\UserBundle\Controller\ProfileController" public="true"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed typo: fos_user.profile.controller vs. fos_user.profiler.controller
|
@azine without enabling
After enabling email update confirmation with only
This error occurred because, there is no |
…o separate controller Untagled some configuration dependencies between email_confirmation (upon registration) and confirm_email_update (when the users changes her email) Fixed parameter access in Mailer/Mailer.php
4746b54 to
f35defb
Compare
|
@covex-nn: Thanks for your feedback & testing. The second part is a bug in the Mailer/Mailer.php. I fixed that and updated the PR. |
…m-with-confirm-updated-email-address-and-profile-controller
…m-with-confirm-updated-email-address-and-profile-controller
|
@azine i checked: second part was fixed =) After updating email, So, it works! |
56d31c2 to
cc7ab03
Compare
|
@covex-nn Thanks again for testing. Leaving the canonical value of the email with the new value while waiting for confirmation, was not intentional. => I fixed this unintended behaviour. |
|
@azine I thought, that it was a feature. I wrote about it just because is was strange =) With last commit, |
|
Thank you guys. |
Untagled some configuration dependencies between
email_confirmation (upon registration) and
confirm_email_update (when the users changes her email) to fix #2667