Signup without password

I’m migrating an app from a different platform and I have a list of existing users that I need to move over.
The old platform didn’t require a password, but instead sent a One Time Pin to the email address when accessing. I’m really hoping for something similar via Adalo

Is there a way we can use one time pins instead of passwords?

If I must use a password, what’s the best way to communicate this to existing users?

Hi @ChaseFlorell ,

If you want to mimic glide’s login, you need to use custom action to send email with pin.

But I think using password is more popular and your users will be happier to not have to check their email just for login.

To communicate, just send emails to them, as long as the experience is the same or better, nothing can be complained.

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