2 Replies
Hi @Kbk. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The provided knowledge sources do not contain information on manually activating a user who didn't click on the confirmation email in the Wasp framework.
However, Wasp does provide a way to skip email verification during development by setting the
SKIP_EMAIL_VERIFICATION_IN_DEV
environment variable to true
in your .env.server
file. This might be helpful if you're testing or developing your application and don't want to go through the email verification flow every time you sign up a new user.
For more details, you can refer to the Wasp documentation on Email Verification Flow (https://wasp-lang.dev/docs/auth/email#email-verification-flow).
For manually activating a user in a production environment, I would recommend checking the Wasp documentation or reaching out to the Wasp community for more specific guidance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @Kbk, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?I dont want to skip verification I just need to "manualy" activate users who dont click on link