Instead of email+pw is it possible to use email+email code as login criteria?

Is it possible to setup a login flow like Canva or Anthropic where a user doesn’t have to enter a pw and only needs an email? (for each login a code is sent to the email address which is basically the session pw)

thanks in advance

YES, use magic link function

1 Like

You can check out the Send magic login link action. This generates a token that can be used in an email link to sign the user in without a password.


:blue_book: Books:
Ultimate Guide to Bubble Performance | Ultimate Guide to Bubble Security

:point_right: Socials:
X: @petteramlie | LinkedIn

:globe_with_meridians: Web:
www.amliesolutions.com

1 Like

thanks ; )

You can use magic link, or social signon but don’t use email as the password, it’s not secure at all

what happens if the signup/login page is changed from email+pw to email+magic link? are there issues for users who originally signed up with email+pw…?

Users need to be already signed up for magic links to work, so you can use magic links for users who already have an email + password account set up.