Does anyone have an email validation process for account registration? It sounds like it should be simple but why reinvent the wheel...
c
Chris
11/18/2024, 2:00 PM
Like a captcha?
m
Mike Herrera
11/18/2024, 6:10 PM
I'm a big fan of captcha, but I was thinking about the sending verification emails to demonstrate email ownership and adding a layer of confidence of identity.
I sketched out a customization over the weekend. It's not terribly hard, just need to manage little bits of state. May open-source it -- feels like a hygienic feature that should be available out-of-the-box.
c
Caleb Schmitz
11/18/2024, 9:26 PM
@Mike Herrerahere you go! Its bundled up and successfully stopping the bot attacks in the last few installs. My observation is the bot attacks people get aren't effectively stopped by recaptcha because I think they are skipping the page and using the URL directly.
Built this a couple months ago and seems to be working on the last couple of installs I did.
https://www.anchorgroup.tech/suitecommerce-email-verification