Verify Account via SMS

When new users sign up for the app, automatically text them a code that they have to enter in order to verify they account.

not sure if this is similar to my suggestion Mobile Phone Verification .. but any integration with sms is a +1 vote from me

HUGE! with Postmark Support please.

Adalo missing the basic thing :crying_cat:

Ben Haefele

Other platforms already do that. Would be great to have it in Adalo.

Ben Haefele I think you should plan next this feature because of a lot of users signup with bogus emails by using some fake email provider like temp-mail.org

Very important for any serious usage

I second. A troll just put a garbage on my app. :frowning: Ben Haefele

would love to see that “Code to SMS” option included in Adalo directly if not through another plugin/extention which would require contracting/managing an extra third party service…extra managing task for solopreneur at the end of the month !

Yes please! Or email.

Any Update about this I hope the Adalo team put this on the top priority ,because this is one of the features that every app needs and most requested features.

Yes I want that

Ben Haefele is this something Adalo plans to build? If not, then this seems like a perfect fit for a component. There are lots of other services out there that offer SMS verification services and building a component to tie into one of those seems appropriate. If Adalo prefers that path, let me/us know which service you prefer (Plivo, Twilio, etc.). There’s a discrete cost to sending SMS so I think a user (app builder) would have to create their own account with the SMS service and then plug credentials into the component, yeah?

Very important. It’s difficult for users to login using emails again and again

Is the code will be text to the email?

Julian Silva - I think this can be done if can can just do this. Ingest URL Parameters for use in Filters or Magic Text | Voters | Adalo

You can do this already via Zapier

cmorrismcr: How?

James Agib: Create a custom sign up form (see here for tutorial https://www.loom.com/share/8632ec8c7c964c6db7753b718aff9989) and add a verification code field (along with any other fields you want to add). Once the user signs up, use the randomizer plugin to generate a code which goes into the verification field. Design a screen for after sign up that has an input field (where the user inputs the verification code).
Now, using custom actions (must have paid plan) or zapier you can add an SMS API such as twilio. Send an SMS with the code generated by the radomizer.
Now with that code received via sms, the user can go back to the app screen with the input field and you can set a ‘verify account’ button to be visible sometimes and only show if the code in the input field matches the verification code.