I made a function to send a welcome email to new users, while for email otp login, it is working fine. The issue is with password login, I need only verified users to be sent the mail but the user create event doesn't take that into account and there is no other event for user verification update to true. Any way I can work this out without giving client access to the function. Any other event?