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

There is no event after confirm (core\event\user_updated) #52

Open
christianmilillo opened this issue Oct 2, 2021 · 0 comments
Open

Comments

@christianmilillo
Copy link

After the account is confirmed, there is no associated event.

There is an event after account is created, but it's necessary to do the same action after account is confirmed.

Possible solution:

Add
\core\event\user_updated::create_from_userid($user->id)->trigger();
at line 189 in auth.php

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

No branches or pull requests

1 participant