Hello. I want my site to automatically send a verification email to newly registered users, so they need to verify their email to log in. However, I'm having a problem because the verification email requires an "account," and the user is not logged into any account yet, so it's missing. All my code works for authentication with logged-in users, but how can I make it work with non-logged-in users as well?