CarreOriginal post
Rank 1: Thread
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?
Summary
Developers want to send verification emails to new users for account creation. They are facing issues as the process requires an active account while the user is not logged in. The solution is to modify the code to handle email verification for non-logged-in users as well.