Is it possible to implement email authentication in Adalo?

Is the following functionality feasible?
Email Authentication
User enters e-mail address and password → User presses button → User receives e-mail → User clicks URL in the body of the e-mail → Authentication is completed and the app’s home screen is transferred.

Hi @bunbunmaru ,
Adalo itself, does not have account activation emails, this probably would have to be done customized with dynamic links.

One way of doing a similar approach, is when user registers, they would receive a code in their email, and that code would need to be added into a form in a screen after the registration, to then activate the account.

3 Likes

To expand on @JL_LJ’s reply

Here’s a video tutorial outlining the process: How to verify a user's email address upon registration using Adalo - YouTube

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.