Want to have login with username

I have a working signup login system with usernames and it makes their username in the column.
I want it so they can login with a username box and a password box. Who can help me with this.

Hi,

One alternative is using a fake email address.

Choose your standard fake email format you want, based on choosen user id, such as userid@xxx.com

Then when create user account and login always use that format as the user email, based on user id input value.

Anwar

As long as you collect emails on initial sign-up, you can have an additional field for username. When a user logs in, have the login workflow do a search for users’ email where username matches the username they typed in. That will log the user in by email on the backend while appearing to them like they’ve used their username to login.

Different story if you don’t want to collect email addresses at all for some reason.

1 Like

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