Username Login Workflow

Hi! I want my user to login with the username that I collected during the signup, but something is missing in my workflow and I don’t know what it is…

Check it out:

Hi. This may helps on how to enable users to login with username : Allow users to login with username or email

or this:

Just make it “:first item”.

You have to make sure that users cannot use the same username as someone else, however.

how to make sure that users cannot use the same username as someone else?

On the username box when they signup just set up a conditional to check to see if there already exists a user with the same username, if so, stop them from submitting by maybe disabling the submit button and showing an error.