Create username

Hello team,
I created a signup page with the following input fields:

username
email address
password

Upon a successful user creation, I want the user to login using their “username” not their email address.

I can get the data into the database, but i can’t seem to use the username.

Bubble requires login to consist of an email/pwd combination.
That said, as long as you ensure usernames are unique in your system, you can do this pretty simply.
Create login form with inputs for username and password.
In the “Log the user in” workflow, look up the associated email for the user’s username from the input.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.