john
WWasp-lang
•Created by john on 11/14/2024 in #đŸ™‹questions
how to customize the signup verification logic in the version 0.11.8?
I'm using version 0.11.8 so, when I try to create a user with email which already then it shows the message that signup is successful, instaed I want error message, so how can I customize or change this logic?
19 replies
WWasp-lang
•Created by john on 11/4/2024 in #đŸ™‹questions
How can i avoid that a user can "signup" twice with the same email address in wasp version 0.11.8?
At the moment, it's possible for users to sign up with the same email address and still get this confirmation message on the signup page:
You've signed up successfully! Check your email for the confirmation link.
In the database, nothing changes if the email address already exists but how can I check upfront as part of the sign up process if the email address already exists?
How can I customize the signup validation for wasp version 0.11.8
12 replies
WWasp-lang
•Created by john on 2/22/2024 in #đŸ™‹questions
actions
I'm trying to import actions and using it on server but unable to do so, getting module not found error but same works on client side why is that?
3 replies