Skip to content
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

Added custom event to fix email confirmation system #156

Merged
merged 6 commits into from
Jan 17, 2021

Conversation

fkrauthan
Copy link
Contributor

Closes #153

Subject

  • Added new event class UserFormEvent
  • Switched the REGISTRATION_SUCCESS event to UserFormEvent
  • Updated EmailConfirmationListener to use new event type to make it work

src/Event/UserFormEvent.php Outdated Show resolved Hide resolved
Use `FormEvent` as base class
@fkrauthan
Copy link
Contributor Author

Created merge request in nucleos/NucleosUserBundle#200 to make UserFormEvent extend FormEvent. This will require a new release of the user bundle to be compatible.

@core23
Copy link
Member

core23 commented Jan 16, 2021

There is a new 1.7.0 release of the user bundle. Please bump the user-bundle version inside the composer.json file.

Updated user bundle dependency
@fkrauthan
Copy link
Contributor Author

There is a new 1.7.0 release of the user bundle. Please bump the user-bundle version inside the composer.json file.

Done

src/Event/UserFormEvent.php Outdated Show resolved Hide resolved
src/Event/UserFormEvent.php Outdated Show resolved Hide resolved
@core23 core23 merged commit 78d8003 into nucleos:main Jan 17, 2021
@core23
Copy link
Member

core23 commented Jan 17, 2021

Thanks @fkrauthan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Email registration check is not working
2 participants