Open christianmilillo opened 3 years ago
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
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